Skip to content

Instantly share code, notes, and snippets.

@apreshill
Created October 3, 2018 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apreshill/e49f0ba4aec23355f443796c2ef2e1fa to your computer and use it in GitHub Desktop.
Save apreshill/e49f0ba4aec23355f443796c2ef2e1fa to your computer and use it in GitHub Desktop.
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-drivers'
cask_args appdir: '/Applications'
# Version Control
brew 'git', args: ['with-persistent-https',
'with-curl',
'with-openssl']
# R
brew 'r'
# Casks
cask 'alfred'
cask 'firefox'
cask 'rstudio'
cask 'slack'
cask 'atom'
cask 'zoomus'
cask 'xquartz'
# Fonts
cask "homebrew/cask-fonts/font-anonymouspro-nerd-font"
cask "homebrew/cask-fonts/font-anonymouspro-nerd-font-mono"
cask "homebrew/cask-fonts/font-dejavusansmono-nerd-font"
cask "homebrew/cask-fonts/font-dejavusansmono-nerd-font-mono"
cask "homebrew/cask-fonts/font-firacode-nerd-font"
cask "homebrew/cask-fonts/font-firacode-nerd-font-mono"
cask "homebrew/cask-fonts/font-hack-nerd-font"
cask "homebrew/cask-fonts/font-hack-nerd-font-mono"
cask "homebrew/cask-fonts/font-inconsolata-nerd-font"
cask "homebrew/cask-fonts/font-inconsolata-nerd-font-mono"
cask "homebrew/cask-fonts/font-meslo-nerd-font"
cask "homebrew/cask-fonts/font-meslo-nerd-font-mono"
cask "homebrew/cask-fonts/font-robotomono-nerd-font"
cask "homebrew/cask-fonts/font-robotomono-nerd-font-mono"
cask "homebrew/cask-fonts/font-sourcecodepro-nerd-font"
cask "homebrew/cask-fonts/font-sourcecodepro-nerd-font-mono"
cask "homebrew/cask-fonts/font-lato"
# Mac App Store Installs
mas 'Xcode', id: 497799835
# Have earlier dependencies
brew 'sshfs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment