From 8dc3bdc777e232347fb8d7bb1acc2624d743a062 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 16:50:00 +0200 Subject: [PATCH] :apple: :recycle: :truck: move MacOS Brewfile --- brewfile | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 brewfile diff --git a/brewfile b/brewfile new file mode 100644 index 0000000..b7d956b --- /dev/null +++ b/brewfile @@ -0,0 +1,46 @@ +# FOR MACOS +# 1. install bundle with brew: `$brew tap Homebrew/bundle` +# 2. Brew bundle: `$brew bundle` (must be run from same dir as file) +# or `brew bundle --file=~/.private/Brewfile` + +tap "homebrew/cask" +brew "tree" +brew "mas" +brew "handbrake" +brew "neovim" # always neovim +brew "ack" +brew "profanity" # XMPP client +brew "lf" # CLI file browser (gokcehan/lf/) +# brew "mutt" # CLI email cient (muttmua/mutt) +brew "diskonaut" # CLI disk usage visual treemap + +cask "basictex" # minimal Tex Distribution +# cask "mactex" # LaTeX Live distribution w GUI +# cask "tikzit" # tikz drawing gui +tap "zegervdv/zathura" +#cask "zathura" +cask "pgadmin4" # pgsql database admin tool +cask "macsvg" # svg editor +cask "firefox" +cask "balenaetcher" # burn iso to usb +# cask "karabiner-elements" +cask "telegram" +cask "shiftit" +cask "docker" +cask "vlc" +cask "disk-inventory-x" +cask "rekordbox" +cask "clickup" +cask "visual-studio-code" +cask "discord" +cask "qutebrowser" +cask "waterfox" +# cask "adium" +# # adium or pidgin? +# cask "pidgin" +# # Cask or brew install pidgin +# cask "fork" + +# terminal +cask "alacritty" +# cask "iterm2"