Skip to content

Instantly share code, notes, and snippets.

@nicklanng
Last active August 29, 2015 14:23
Show Gist options
  • Save nicklanng/cd15634452bef6dc8beb to your computer and use it in GitHub Desktop.
Save nicklanng/cd15634452bef6dc8beb to your computer and use it in GitHub Desktop.
Bash script for initial setup of new macbook
#!/bin/bash
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
brew tap caskroom/versions
brew install docker
brew install boot2docker
brew install git
brew install redis
brew install mongodb
brew install nginx
brew install node
brew install vim
brew install wget
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
brew cask install alfred
brew cask install atom
brew cask install battery-guardian
brew cask install iterm2
brew cask install firefox
brew cask install google-chrome
brew cask install google-drive
brew cask install spotify
brew cask install spotify-notifications
brew cask install steam
brew cask install vlc
brew cask install github
brew cask install slack
brew cask install virtualbox
brew cask install xamarin-studio
brew cleanup --force
rm -f -r /Library/Caches/Homebrew/*
npm install -g coffee-script
npm install -g gulp
npm install -g pm2
npm install -g mocha
npm install -g yo
boot2docker init
apm install Paket atom-fsharp atom-yeoman close-tags coffee-compile color-picker language-docker markdown-writer merge-conflicts minimap omnisharp-atom pigments seti-ui seti-syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment