✨ 💥 add tmux, (+ytdlp)
This commit is contained in:
parent
ff83727b69
commit
8f18f07f6b
1 changed files with 8 additions and 0 deletions
8
brewfile
8
brewfile
|
|
@ -4,15 +4,22 @@
|
||||||
# or `brew bundle --file=~/.private/Brewfile`
|
# or `brew bundle --file=~/.private/Brewfile`
|
||||||
|
|
||||||
tap "homebrew/cask"
|
tap "homebrew/cask"
|
||||||
|
|
||||||
brew "tree"
|
brew "tree"
|
||||||
brew "mas"
|
brew "mas"
|
||||||
brew "handbrake"
|
brew "handbrake"
|
||||||
|
# brew "macvim"
|
||||||
|
# brew "vim"
|
||||||
brew "neovim" # always neovim
|
brew "neovim" # always neovim
|
||||||
brew "ack"
|
brew "ack"
|
||||||
brew "profanity" # XMPP client
|
brew "profanity" # XMPP client
|
||||||
brew "lf" # CLI file browser (gokcehan/lf/)
|
brew "lf" # CLI file browser (gokcehan/lf/)
|
||||||
# brew "mutt" # CLI email cient (muttmua/mutt)
|
# brew "mutt" # CLI email cient (muttmua/mutt)
|
||||||
brew "diskonaut" # CLI disk usage visual treemap
|
brew "diskonaut" # CLI disk usage visual treemap
|
||||||
|
brew "tmux" # terminal multiplexer
|
||||||
|
|
||||||
|
# youtube downloader
|
||||||
|
#"yt-dlp/taps/yt-dlp"
|
||||||
|
|
||||||
cask "basictex" # minimal Tex Distribution
|
cask "basictex" # minimal Tex Distribution
|
||||||
# cask "mactex" # LaTeX Live distribution w GUI
|
# cask "mactex" # LaTeX Live distribution w GUI
|
||||||
|
|
@ -35,6 +42,7 @@ cask "visual-studio-code"
|
||||||
cask "discord"
|
cask "discord"
|
||||||
cask "qutebrowser"
|
cask "qutebrowser"
|
||||||
cask "waterfox"
|
cask "waterfox"
|
||||||
|
|
||||||
# cask "adium"
|
# cask "adium"
|
||||||
# # adium or pidgin?
|
# # adium or pidgin?
|
||||||
# cask "pidgin"
|
# cask "pidgin"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue