Skip to content

Instantly share code, notes, and snippets.

@robertzx
Created April 24, 2012 12:37
Show Gist options
  • Select an option

  • Save robertzx/2479286 to your computer and use it in GitHub Desktop.

Select an option

Save robertzx/2479286 to your computer and use it in GitHub Desktop.

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 git@bitbucket.org:robertsanders/dotrsanders.git)
    zsh .dotto/setup/install.zsh