Skip to content

Instantly share code, notes, and snippets.

@partkyle
Created September 25, 2012 21:48
Show Gist options
  • Save partkyle/3784675 to your computer and use it in GitHub Desktop.
Save partkyle/3784675 to your computer and use it in GitHub Desktop.
Load my Dotfiles
git clone [email protected]:partkyle/prezto .zprezto
# link the prezto files
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment