- Command Line Tools
- Homebrew
- Dropbox
- Google Drive
- Google Chrome
- iTerm2
- Git
- Ack
- Grep
- Perl
- Python
- Freetype
- Fonts
- Curl
- Bash
- Findutils
- GNU tar
- GNU sed
- GnuPG
- ZSH
- Vim
- Htop
- ngrok
- Exuberant Ctags
- Ranger
- Gist
- Docker
- Postgresql
- MySQL
- Redis
- Capybara
- Imagemagick
- Ghostscript
- Ruby
- Nodejs
- VirtualBox
- Vagrant
- Java runtime
- Microsoft IE OVA images
- Get Xcode from App Store
- Open Xcode
- Go to Preferences
- Downloads > Components > Command Line Tools > Install
xcode-select --install
Follow instructions from http://brew.sh
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap homebrew/dupes
brew tap homebrew/versions
Homebrew Cask (http://caskroom.io/)
brew install caskroom/cask/brew-cask
brew cask install dropbpox
brew cask install google-drive
brew cask install google-chrome
brew cask install iterm2
brew install git
brew install git-extras # Git utilities
brew install tig # front-end to Git (ncurses)
brew install gh # GitHub wrapper
brew install ack
brew install grep
brew install perl
brew link perl --force
brew install python
pip install --upgrade setuptools
pip install --upgrade pip
brew install freetype
ln -s /usr/local/opt/freetype/include/freetype2 /usr/local/include/freetype
brew cask install caskroom/fonts/font-hack # Hack
brew install curl
brew link curl --force
brew install bash
brew install findutils
brew install gnu-tar
brew install gnu-sed
brew install gpg
brew install zsh
sudo mv /etc/zshenv /etc/zprofile # system-wide environment settings
brew install vim
brew cask install macvim
mkdir ~/Applications
brew linkapps
brew install ngrok2
brew link --overwrite ngrok2 # In case ngrok 1.x is already installed
ngrok http 3000 # To start tunneling the HTTP port 3000
brew install gist
gist --login
brew install reattach-to-user-namespace
brew install tmux
brew install rainbarf
brew install boot2docker
brew install docker-compose
boot2docker init
docker login
brew install postgresql
initdb /usr/local/var/postgres -E utf8
sudo mkdir /var/pgsql_socket
sudo ln -s /private/tmp/.s.PGSQL.5432 /var/pgsql_socket/
ARCHFLAGS="-arch x86_64" gem install pg
brew install mysql
brew install redis
brew install qt5
brew link --force qt5
brew install imagemagick --disable-openmp --build-from-source
cd /usr/local/Cellar/imagemagick/6.8.6-3/lib
ln -s libMagick++-6.Q16.1.dylib libMagick++.dylib
brew install gs
brew install tor
brew install rbenv
rbenv init
rbenv install -l
rbenv install 2.4.2
ruby-install ruby 1.9.3
ruby-install ruby 2.2.0
ruby-install ruby 2.2.2
...
brew install node
curl https://npmjs.org/install.sh | sh
curl https://raw.github.com/creationix/nvm/master/install.sh | sh
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-vbguest
http://support.apple.com/kb/dl1572
http://www.modern.ie/en-us/virtualization-tools
curl -O http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE6_WinXP.ova.zip
curl -O http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE7_Vista.ova.zip
curl -O http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE8_Win7.zip
curl -O http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE9_Win7.zip
curl -O http://virtualization.modern.ie/vhd/IEKitV1_Final/VirtualBox/OSX/IE10_Win8.ova.zip