Skip to content

Instantly share code, notes, and snippets.

@jmcclellan
Last active July 17, 2019 16:21
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 jmcclellan/56b8881b2967592d29af9cbe0193beb1 to your computer and use it in GitHub Desktop.
Save jmcclellan/56b8881b2967592d29af9cbe0193beb1 to your computer and use it in GitHub Desktop.
New Mac Setup
tap 'caskroom/cask'
tap 'caskroom/fonts'
brew 'git'
brew 'node'
brew 'zsh'
brew 'bash-completion'
brew 'python'
cask '1password'
cask 'agenda'
cask 'alfred'
cask 'appcleaner'
cask 'backblaze'
cask 'blue-jeans'
cask 'brave-browser'
cask 'cheatsheet'
cask 'codekit'
cask 'daisydisk'
cask 'diffmerge'
cask 'docker'
cask 'firefox'
cask 'fontforge'
cask 'gimp'
cask 'google-chrome'
cask 'harvest'
cask 'iterm2'
cask 'istat-menus'
cask 'keyboardcleantool'
cask 'local-by-flywheel'
cask 'mamp'
cask 'notion'
cask 'postman'
cask 'private-internet-access'
cask 'sequel-pro'
cask 'slack'
cask 'spark'
cask 'spotify'
cask 'sketch'
cask 'sublime-text'
cask 'superduper'
cask 'tower'
cask 'visual-studio-code'
cask 'xquartz'
cask 'font-source-code-pro'
mas 'Xcode', id: 497799835
mas 'Magnet', id: 441258766
Sources:
https://medium.com/@tretuna/macbook-pro-web-developer-setup-from-clean-slate-to-dev-machine-1befd4121ba8
http://sourabhbajaj.com/mac-setup/
https://mallinson.ca/posts/5/the-perfect-web-development-environment-for-your-new-mac
https://www.taniarascia.com/setting-up-a-brand-new-mac-for-development/
https://code.likeagirl.io/how-to-setup-your-macbook-for-web-development-fec545b556c8
Quick Look plugins
$ brew cask install \
qlcolorcode \
qlstephen \
qlmarkdown \
quicklook-json \
qlprettypatch \
quicklook-csv \
betterzip \
webpquicklook \
suspicious-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment