more brewfile cleanup

This commit is contained in:
Noah Masur 2021-05-14 20:00:29 -04:00
parent 0ccfc009ab
commit 9cf4c348ee
3 changed files with 30 additions and 34 deletions

View File

@ -1,13 +1,12 @@
tap "homebrew/cask" tap "homebrew/cask"
# Core Applications # Core Applications
cask "alacritty" # My terminal cask "alacritty" # Terminal
cask "firefox" # My browser cask "firefox" # Browser
cask "slack" # Work chat cask "slack" # Chat
cask "zoomus" # Video conference cask "zoomus" # Video conference
cask "1password" # Work pwm cask "1password" # Passwords
cask "1password-cli" # Pwm for tmux cask "dropbox" # File sync
cask "dropbox" # File sharing
cask "docker" # Containers cask "docker" # Containers
# Helpful Applications # Helpful Applications
@ -28,14 +27,10 @@ cask "font-fira-mono-for-powerline"
# Personal # Personal
cask "authy" # Authentication cask "authy" # Authentication
cask "keybase" # Encryption cask "keybase" # Encryption
cask "discord" # My chat cask "discord" # Chat
cask "steam" # Games cask "steam" # Games
cask "epic-games" # Games
cask "calibre" # E-Books
cask "jira-client" # Maybe
cask "wkhtmltopdf" cask "jira-client" # Project Management
# Optional
# cask "postman" # API testing
# cask "lens" # Kubernetes manager
# cask "calibre" # Ebook manager
# cask "vlc" # Video player

View File

@ -1,15 +1,15 @@
# Core Packages # Core Packages
brew "fish" # My shell brew "fish" # Shell
brew "neovim" # My editor brew "neovim" # Editor
brew "git" # Latest git
brew "exa" # Better ls
brew "tmux" # Terminal panes and windows brew "tmux" # Terminal panes and windows
brew "tealdeer" # Mini man page
brew "starship" # Shell prompt brew "starship" # Shell prompt
brew "git" # Latest git
brew "ripgrep" # Faster, better grep brew "ripgrep" # Faster, better grep
brew "fzf" # Fuzzy finder
brew "fd" # Faster, better find brew "fd" # Faster, better find
brew "sd" # Faster, better sed brew "sd" # Faster, better sed
brew "zoxide" # Faster, better autojump
brew "exa" # Better ls
brew "bat" # Better cat brew "bat" # Better cat
brew "zoxide" # Better autojump brew "fzf" # Fuzzy finder
brew "tealdeer" # Mini man page

View File

@ -12,6 +12,7 @@ brew "prettyping" # Better ping
brew "httpie" # Better curl brew "httpie" # Better curl
brew "gpg" # Encryption brew "gpg" # Encryption
brew "qrencode" # Make a QR code brew "qrencode" # Make a QR code
brew "mpv" # Video player
brew "youtube-dl" # Download YouTube videos brew "youtube-dl" # Download YouTube videos
brew "googler" # Search Google brew "googler" # Search Google
brew "gh" # GitHub commands brew "gh" # GitHub commands