dotfiles/homebrew/learning.Brewfile

20 lines
848 B
Plaintext
Raw Normal View History

2021-04-10 02:19:28 +00:00
# Still Learning Tools
tap "superfly/tap"
2021-04-10 16:40:31 +00:00
tap "nmasur/repo"
tap "cjbassi/ytop"
2021-04-10 02:19:28 +00:00
brew "thefuck" # Fix terminal mistakes
brew "superfly/tap/flyctl" # Fly.io CLI
brew "haskell-stack" # Latest version of Haskell
brew "xsv" # CSV manipulation
brew "gron" # JSON grep
brew "nushell" # Data manipulation shell
brew "tectonic" # Minimal LaTeX compiler
brew "noti" # Create system notifications
brew "b2-tools" # BackBlaze B2 storage
brew "cjbassi/ytop/ytop" # Fancy system performance
brew "nmasur/repo/update-ssh-config" # Update .ssh/config
brew "kakoune" # Modal editor
2021-04-20 21:22:33 +00:00
brew "awslogs" # View AWS log streams