Skip to content

Instantly share code, notes, and snippets.

@robertzx
Created April 24, 2012 12:37
Show Gist options
  • Save robertzx/2479286 to your computer and use it in GitHub Desktop.
Save robertzx/2479286 to your computer and use it in GitHub Desktop.
setup new host
#!/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 git@bitbucket.org: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