dotfiles/homebrew/utils.Brewfile

21 lines
640 B
Plaintext
Raw Normal View History

2020-11-28 17:53:42 +00:00
# Utility Packages
2021-11-13 21:02:23 +00:00
tap "saulpw/vd"
2021-04-10 02:19:28 +00:00
brew "jq" # JSON manipulation
brew "dos2unix" # File conversion
brew "tree" # Display directory trees
brew "trash" # Delete to trash
brew "wget" # Not quite curl
brew "telnet" # Check networking
brew "prettyping" # Better ping
brew "httpie" # Better curl
brew "gpg" # Encryption
brew "qrencode" # Make a QR code
2021-05-15 00:00:29 +00:00
brew "mpv" # Video player
2021-04-10 02:19:28 +00:00
brew "youtube-dl" # Download YouTube videos
brew "gh" # GitHub commands
brew "pandoc" # Document converter
2021-11-13 21:02:23 +00:00
brew "saulpw/vd/visidata" # Spreadsheet manipulation
2021-05-20 00:27:40 +00:00
brew "mdp" # Terminal slideshows