Skip to content

Instantly share code, notes, and snippets.

@jcassee
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcassee/662a2a62eab45bf86c1c to your computer and use it in GitHub Desktop.
Save jcassee/662a2a62eab45bf86c1c to your computer and use it in GitHub Desktop.
Example for andsens/homeshick#108
# Run in zsh
homeshick clone sorin-ionescu/prezto
homeshick cd prezto
mkdir home
cd home
for f in ../runcoms/z*; do ln -s $f .${f:t}; done
ln -s .. .zprezto
homeshick link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment