curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
chsh -s /bin/zsh
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask
\curl -sSL https://get.rvm.io | bash -s stable
reload
rvm install ruby
rvm install jruby
git clone [email protected]:kikorb/dotfiles.git
cp dotfiles/.* ~
cp -R bin/ ~
~/bin/brew.sh
brew cask install google-chrome
brew cask install rubymine
brew cask install atom
brew cask install navicat-premium-essentials
brew cask install skype
brew cask install macpass
~/bin/setup_rubymine.sh
defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile";}'
killall Dock
Right click to change between Apps/Docs/Servers
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
killall Dock