From ae0377503f173a2538ed6c071c97b64236498698 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 16:49:27 +0200 Subject: [PATCH] :memo: update dotfile --- dotfiles/Brewfile | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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"