diff --git a/dotfiles/Brewfile b/dotfiles/Brewfile index 3ae944f..55f4b84 100644 --- a/dotfiles/Brewfile +++ b/dotfiles/Brewfile @@ -6,16 +6,22 @@ tap "homebrew/cask" brew "tree" brew "mas" brew "handbrake" -# brew "macvim" -brew "vim" +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 "macsvg" # svg editor cask "firefox" -cask "iterm2" +cask "balenaetcher" # burn iso to usb # cask "karabiner-elements" cask "telegram" cask "shiftit" @@ -26,8 +32,14 @@ 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"