Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Last active March 18, 2020 19:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save charlesjohnson/a40ba046ed734da6defee8bd927f8656 to your computer and use it in GitHub Desktop.
Save charlesjohnson/a40ba046ed734da6defee8bd927f8656 to your computer and use it in GitHub Desktop.
Brewfile
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "sambadevi/powerlevel9k"
# Brew CLI apps
brew "fd"
brew "fzf"
brew "mas"
brew "node"
brew "powerlevel9k"
brew "ripgrep"
brew "thefuck"
brew "tmux"
brew "yarn"
brew "zsh"
brew "zsh-syntax-highlighting"
brew "zsh-autosuggestions"
# App casks
cask "adobe-acrobat-reader"
cask "choosy"
cask "docker"
cask "dropbox"
cask "istat-menus"
cask "iterm2"
cask "firefox"
cask "google-chrome"
cask "quicken"
cask "tower"
cask "visual-studio-code"
cask "yakyak"
cask "zoomus"
# Font casks
cask "font-hack-nerd-font"
cask "font-inconsolata-for-powerline"
# Mac App Store apps
mas "1Password 7", id: 1333542190
mas "Activity Timer", id: 808647808
mas "AdBlock", id: 1402042596
mas "Bear", id: 1091189122
mas "Boxy", id: 1053031090
mas "Cardhop", id: 1290358394
mas "Day One", id: 1055511498
mas "Disk Care", id: 913724705
mas "Fantastical", id: 975937182
mas "ForkLift", id: 412448059
mas "Ghostery Lite", id: 1436953057
mas "iStat Mini", id: 927292435
mas "Kindle", id: 405399194
mas "LG Screen Manager", id: 1142051783
mas "Magnet", id: 441258766
mas "Microsoft Excel", id: 462058435
mas "Microsoft OneNote", id: 784801555
mas "Microsoft PowerPoint", id: 462062816
mas "Microsoft Word", id: 462054704
mas "MindNode", id: 1289197285
mas "OmniGraffle", id: 1142578753
mas "Paprika Recipe Manager 3", id: 1303222628
mas "Skitch", id: 425955336
mas "Slack", id: 803453959
mas "Spark", id: 1176895641
mas "Things", id: 904280696
mas "Wipr", id: 1320666476
mas "Xcode", id: 497799835
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment