mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 01:30:14 +00:00
split homebrew bundle files
This commit is contained in:
25
homebrew/utils.Brewfile
Normal file
25
homebrew/utils.Brewfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Utility Packages
|
||||
|
||||
tap "nmasur/repo"
|
||||
tap "cjbassi/ytop"
|
||||
|
||||
brew "jq" # JSON manipulation
|
||||
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
|
||||
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
|
Reference in New Issue
Block a user