Last active
January 24, 2019 17:56
-
-
Save chepetime/7e10dd452ab9a6c66c778be04cbcf06b to your computer and use it in GitHub Desktop.
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
79 lines (61 sloc) 3.27 KB | |
## Start staks | |
echo Start | |
## Install devtools | |
xcode-select --install | |
## Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
## Install CLI tools | |
# yarn https://github.com/yarnpkg/yarn | |
# mas https://github.com/mas-cli/mas | |
brew install yarn mas zsh zsh-completions zsh-syntax-highlighting | |
## Set default shell to zsh | |
chsh -s $(which zsh) | |
## If the above doesn't work, try this: | |
# chsh -s /usr/local/bin/zsh | |
## Install Oh My zsh | |
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
## Install Apps via Cask | https://caskroom.github.io/search | |
brew cask install adobe-creative-cloud-cleaner-tool adobe-acrobat | |
# brew cask install adobe-after-effects-cc adobe-illustrator-cc | |
# brew cask install adobe-photoshop-cc adobe-photoshop-lightroom adobe-premiere-pro-cc | |
brew cask install aerial alfred appcleaner caffeine cake ccleaner cleanmymac colorpicker dash dropbox endurance fantastical firefox | |
brew cask install google-chrome image2icon imageoptim mamp marp p5 postman raindropio sketch sketch-toolbox | |
brew cask install skyfonts slack smcfancontrol spotify steam sublime-text transmission tripmode typora | |
brew cask install virtualbox virtualbox-extension-pack vlc zeplin | |
## NEW | |
brew cask install quicklook-json qlmarkdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment