Skip to content

Instantly share code, notes, and snippets.

@nielk
Last active October 9, 2015 22:54
Show Gist options
  • Save nielk/4cc34120da4c7265ba09 to your computer and use it in GitHub Desktop.
Save nielk/4cc34120da4c7265ba09 to your computer and use it in GitHub Desktop.
setup.sh
echo 'Installing terminal stuffs'
echo 'show hidden files'
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
if [ -x /usr/local/bin/brew ]; then
echo 'Brew'
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
if [ -x /usr/local/bin ]; then
echo 'Installing oh-my-zsh'
curl -L http://install.ohmyz.sh | sh
if [ -x /usr/local/bin ]; then
echo 'Installing Brew cask'
brew install caskroom/cask/brew-cask
fi
echo 'Brew Cask app'
brew cask install google-chrome
brew cask install firefox
brew cask install sublime-text
brew cask install appcleaner
brew cask install gisto
brew cask install mou
brew cask install chromium
brew cask install hipchat
brew cask install sequel-pro
brew cask install soulver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment