Assuming OSX is already installed.
- Open terminal
-
change hostname ( http://apple.stackexchange.com/a/86545 )
sudo scutil --set ComputerName "newname" sudo scutil --set LocalHostName "newname" sudo scutil --set HostName "newname"
-
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
-
brew tap caskroom/cask
( https://github.com/caskroom/homebrew-cask#lets-try-it ) -
brew install brew-cask
-
brew install zsh
-
chsh -s /bin/zsh
-
install oh-my-zsh / dotfiles
-
networksetup -setv6off Wi-Fi
( http://help.unc.edu/help/how-do-i-disable-ipv6-on-mac-os-x/ ) -
close terminal
-
reboot
-
- Open terminal
brew cask install google-chrome
brew cask install iterm2
brew cask install caffeine
brew cask install xquartz
brew cask install vlc
brew cask install toggldesktop
brew cask install hipchat
brew cask install screenhero
brew cask install zoomus
brew cask install the-unarchiver
brew cask install virtualbox
brew cask install vagrant
brew cask install monotype-skyfonts
( manages fonts in an easy way )- install font 'Inconsolata regular' for good terminal font
brew cask install google-hangouts
brew cask install google-drive
brew cask install skype
brew cask install appcleaner
- Open terminal
brew install vim
brew install python
brew install ruby
brew install ec2-api-tools
brew install ec2-ami-tools
brew install ssh-copy-id
brew install gnupg2
brew install curl
brew install wget
brew install git
brew install hub
brew install p7zip
- Download and install jdk from oracle.com
pip install awscli
amazon webservices cli- Install solarized theme for iterm2 + disable the stupid bell ( http://ethanschoonover.com/solarized )
- Install rvm ( http://rvm.io )
- Install gvm ( http://gvmtool.net/ )
- Install nvm ( https://github.com/creationix/nvm#node-version-manager- )