update homebrews

This commit is contained in:
Noah Masur 2020-08-05 23:12:42 -04:00
parent 4c4ec6d335
commit df6fc7ad98
2 changed files with 32 additions and 25 deletions

View File

@ -22,8 +22,8 @@ brew "prettyping" # Better ping
brew "httpie" # Better curl brew "httpie" # Better curl
brew "nushell" # Data manipulation shell brew "nushell" # Data manipulation shell
brew "shellcheck" # Lint for bash brew "shellcheck" # Lint for bash
brew "pyenv" # Python installations brew "python" # Latest version of Python
brew "pyenv-virtualenv" # Python virtualenvs brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby brew "ruby" # Newer than default ruby
brew "ansible" # Deploy to local server brew "ansible" # Deploy to local server
brew "terraform" # Deploy cloud infra brew "terraform" # Deploy cloud infra
@ -43,6 +43,9 @@ brew "nmasur/repo/update-ssh-config" # Update .ssh/config
# Experimental # Experimental
tap "cjbassi/ytop" # Fancy system performance tap "cjbassi/ytop" # Fancy system performance
brew "cjbassi/ytop/ytop" brew "cjbassi/ytop/ytop"
brew "haskell-stack" # Latest version of Haskell
brew "noti" # Create system notifications
brew "kakoune" # Modal editor
# Not Installed # Not Installed
# pulumi # pulumi

View File

@ -1,35 +1,39 @@
tap "homebrew/cask" tap "homebrew/cask"
# Core Applications # Core Applications
cask "alacritty" cask "alacritty" # My terminal
cask "google-chrome" cask "firefox" # My browser
cask "slack" cask "slack" # Work chat
cask "zoomus" cask "zoomus" # Video conference
cask "1password" cask "1password" # Work pwm
cask "1password-cli" cask "1password-cli" # Pwm for tmux
cask "lastpass" cask "dropbox" # File sharing
cask "dropbox" cask "docker" # Containers
# Helpful Applications
cask "obsidian" # Notes
cask "github-desktop" # Git GUI
cask "google-chrome" # Alt browser
cask "postman" # API testing
cask "drawio" # Diagrams
# Auxiliary Tools
cask "scroll-reverser" # Mouse vs. trackpad
cask "meetingbar" # Scheduling
cask "gitify" # GitHub notifications
# Fonts # Fonts
tap "homebrew/cask-fonts" tap "homebrew/cask-fonts"
cask "font-fira-mono-for-powerline" cask "font-fira-mono-for-powerline"
# Auxiliary Tools
cask "docker"
cask "github-desktop"
cask "keybase"
cask "scroll-reverser"
cask "authy"
cask "postman"
cask "drawio"
cask "meetingbar"
# Personal # Personal
cask "discord" cask "lastpass" # My pwm
cask "steam" cask "authy" # Authentication
cask "vlc" cask "keybase" # Encryption
cask "calibre" cask "discord" # My chat
cask "firefox" cask "steam" # Games
cask "vlc" # Video player
cask "calibre" # Ebook manager
# Don't bother # Don't bother
# cask "skype" # cask "skype"