Created
April 24, 2012 12:37
-
-
Save robertzx/2479286 to your computer and use it in GitHub Desktop.
setup new host
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/sh | |
# fail if any cmd fails | |
set -e | |
cd $HOME | |
git clone git://github.com/rsanders/dotto.git .dotto | |
mkdir -p .dotto_local/externals | |
(cd .dotto_local/externals && git clone [email protected]:robertsanders/dotrsanders.git) | |
zsh .dotto/setup/install.zsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment