Skip to content

Instantly share code, notes, and snippets.

@trq
Created June 1, 2016 02:38
Show Gist options
  • Save trq/be259f95bce3b7c24336c06f4306d82c to your computer and use it in GitHub Desktop.
Save trq/be259f95bce3b7c24336c06f4306d82c to your computer and use it in GitHub Desktop.
#!/bin/bash
current=$PWD
cd $HOME
sudo brew install zsh
chsh -s /bin/zsh $USER
brew tap thoughtbot/formulae
brew install rcm
mkdir -p src/{thoughtbot,trq,utils}
git clone https://github.com/zsh-users/antigen.git src/utils/antigen
git clone git@github.com:thoughtbot/dotfiles.git src/thoughtbot/dotfiles
git clone -b 2015 git@github.com:trq/dotfiles.git src/trq/dotfiles
rcup -d src/trq/dotfiles -d src/thoughtbot/dotfiles
cd $current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment