dotfiles/homebrew/utils.Brewfile

28 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-11-28 17:53:42 +00:00
# Utility Packages
tap "nmasur/repo"
tap "cjbassi/ytop"
brew "jq" # JSON manipulation
brew "gron" # JSON grep
2020-11-28 17:53:42 +00:00
brew "xsv" # CSV manipulation
brew "dos2unix" # File conversion
brew "trash" # Delete to trash
brew "wget" # Not quite curl
brew "telnet" # Check networking
brew "prettyping" # Better ping
brew "httpie" # Better curl
brew "nushell" # Data manipulation shell
brew "gpg" # Encryption
brew "qrencode" # Make a QR code
brew "youtube-dl" # Download YouTube videos
brew "googler" # Search Google
brew "gh" # GitHub commands
brew "pandoc" # Document converter
2020-12-18 02:28:50 +00:00
brew "tectonic" # Minimal LaTeX compiler
2020-11-28 17:53:42 +00:00
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