mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
tap "homebrew/cask"
|
|
|
|
# Core Applications
|
|
cask "alacritty" # Terminal
|
|
cask "firefox" # Browser
|
|
cask "slack" # Chat
|
|
cask "zoomus" # Video conference
|
|
cask "1password" # Passwords
|
|
cask "dropbox" # File sync
|
|
cask "docker" # Containers
|
|
|
|
# Helpful Applications
|
|
cask "obsidian" # Notes
|
|
cask "github-desktop" # Git GUI
|
|
cask "drawio" # Diagrams
|
|
|
|
# Auxiliary Tools
|
|
cask "scroll-reverser" # Mouse vs. trackpad
|
|
cask "meetingbar" # Scheduling
|
|
cask "gitify" # GitHub notifications
|
|
cask "basictex" # Small LaTeX distribution
|
|
cask "hammerspoon"
|
|
|
|
# Fonts
|
|
tap "homebrew/cask-fonts"
|
|
cask "font-fira-mono-for-powerline"
|
|
|
|
# Personal
|
|
cask "authy" # Authentication
|
|
cask "keybase" # Encryption
|
|
cask "discord" # Chat
|
|
cask "steam" # Games
|
|
cask "epic-games" # Games
|
|
cask "calibre" # E-Books
|
|
cask "signal" # Messaging
|
|
|
|
# Maybe
|
|
cask "jira-client" # Project Management
|