dotfiles/homebrew/Caskfile

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-08-02 00:06:16 +00:00
tap "homebrew/cask"
# Core Applications
2020-08-06 03:12:42 +00:00
cask "alacritty" # My terminal
cask "firefox" # My browser
cask "slack" # Work chat
cask "zoomus" # Video conference
cask "1password" # Work pwm
cask "1password-cli" # Pwm for tmux
cask "dropbox" # File sharing
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
2020-07-26 20:15:21 +00:00
# Fonts
tap "homebrew/cask-fonts"
cask "font-fira-mono-for-powerline"
# Personal
2020-08-06 03:12:42 +00:00
cask "lastpass" # My pwm
cask "authy" # Authentication
cask "keybase" # Encryption
cask "discord" # My chat
cask "steam" # Games
cask "vlc" # Video player
cask "calibre" # Ebook manager
2020-08-02 00:06:16 +00:00
# Don't bother
# cask "skype"
# cask "dash"
# cask "cyberduck"