Created
June 1, 2016 02:38
-
-
Save trq/be259f95bce3b7c24336c06f4306d82c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 [email protected]:thoughtbot/dotfiles.git src/thoughtbot/dotfiles | |
git clone -b 2015 [email protected]: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