new programs for homebrew

This commit is contained in:
Noah Masur 2020-12-17 19:28:50 -07:00
parent 1b40824722
commit 1c79530fb1
3 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,6 @@ cask "lens" # Kubernetes manager
# Helpful Applications # Helpful Applications
cask "obsidian" # Notes cask "obsidian" # Notes
cask "github-desktop" # Git GUI cask "github-desktop" # Git GUI
cask "google-chrome" # Alt browser
cask "postman" # API testing cask "postman" # API testing
cask "drawio" # Diagrams cask "drawio" # Diagrams
@ -44,3 +43,4 @@ cask "wkhtmltopdf"
# cask "skype" # cask "skype"
# cask "dash" # cask "dash"
# cask "cyberduck" # cask "cyberduck"
# cask "google-chrome"

View File

@ -13,4 +13,5 @@ brew "fd" # Faster, better find
brew "sd" # Faster, better sed brew "sd" # Faster, better sed
brew "bat" # Better cat brew "bat" # Better cat
brew "zoxide" # Better autojump brew "zoxide" # Better autojump
brew "thefuck" # Fix terminal mistakes
brew "node" # Ugh, nodejs (for Vim CoC) brew "node" # Ugh, nodejs (for Vim CoC)

View File

@ -18,6 +18,7 @@ brew "youtube-dl" # Download YouTube videos
brew "googler" # Search Google brew "googler" # Search Google
brew "gh" # GitHub commands brew "gh" # GitHub commands
brew "pandoc" # Document converter brew "pandoc" # Document converter
brew "tectonic" # Minimal LaTeX compiler
brew "noti" # Create system notifications brew "noti" # Create system notifications
brew "b2-tools" # BackBlaze B2 storage brew "b2-tools" # BackBlaze B2 storage
brew "cjbassi/ytop/ytop" # Fancy system performance brew "cjbassi/ytop/ytop" # Fancy system performance