Last active
July 17, 2019 16:21
-
-
Save jmcclellan/56b8881b2967592d29af9cbe0193beb1 to your computer and use it in GitHub Desktop.
New Mac Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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