Skip to content

Instantly share code, notes, and snippets.

@jackhickey
Last active February 3, 2018 11:35
Show Gist options
  • Save jackhickey/35a4cbb1b671bc33e7dbea445f5a1981 to your computer and use it in GitHub Desktop.
Save jackhickey/35a4cbb1b671bc33e7dbea445f5a1981 to your computer and use it in GitHub Desktop.
Mac setup script
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew install git
brew install node
brew cask install google-chrome
brew cask install firefox
brew cask install java
brew cask install iterm2
brew cask install visual-studio-code
brew cask install intellij-idea-ce
brew cask install android-studio
brew cask install vlc
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment