Skip to content

Instantly share code, notes, and snippets.

@robertzx
Created April 24, 2012 12:37

Revisions

  1. robertzx created this gist Apr 24, 2012.
    10 changes: 10 additions & 0 deletions install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    #!/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