dotfiles/homebrew/Brewfile

60 lines
2.0 KiB
Plaintext
Raw Normal View History

2020-08-02 00:06:16 +00:00
# Homebrew Installations
2020-11-15 01:56:48 +00:00
brew "fish" # My shell
brew "neovim" # My editor
2020-11-26 01:37:38 +00:00
brew "git" # Latest git
2020-11-15 01:56:48 +00:00
brew "exa" # Better ls
brew "tmux" # Terminal panes and windows
brew "tealdeer" # Mini man page
brew "starship" # Shell prompt
brew "ripgrep" # Faster, better grep
brew "fzf" # Fuzzy finder
brew "fd" # Faster, better find
brew "sd" # Faster, better sed
brew "bat" # Better cat
brew "zoxide" # Better autojump
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 "shellcheck" # Lint for bash
brew "python" # Latest version of Python
brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby
brew "ansible" # Deploy to local server
brew "terraform" # Deploy cloud infra
brew "node" # Ugh, nodejs (for Vim CoC)
brew "packer" # Build deployment images
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 "awscli" # AWS API tools
2020-06-04 18:58:26 +00:00
2020-06-08 23:03:10 +00:00
# Personal
2020-08-02 00:06:16 +00:00
tap "nmasur/repo" # My repo
brew "nmasur/repo/drips" # Retrieve AWS IPs
brew "nmasur/repo/update-ssh-config" # Update .ssh/config
2020-06-08 23:03:10 +00:00
2020-08-02 00:06:16 +00:00
# Experimental
2020-11-15 01:56:48 +00:00
tap "cjbassi/ytop" # Fancy system performance
2020-08-01 00:44:02 +00:00
brew "cjbassi/ytop/ytop"
2020-11-15 01:56:48 +00:00
brew "haskell-stack" # Latest version of Haskell
brew "noti" # Create system notifications
brew "kakoune" # Modal editor
brew "b2-tools" # BackBlaze B2 storage
2020-08-01 00:44:02 +00:00
2020-06-04 18:58:26 +00:00
# Not Installed
2020-06-03 14:31:58 +00:00
# pulumi
# awscli
# saulpw/vd/visidata
# brew tap weaveworks/tap && brew install weaveworks/tap/eksctl (EKS on AWS)