Skip to content

Instantly share code, notes, and snippets.

Created January 2, 2013 10:34
Show Gist options
  • Save anonymous/4433659 to your computer and use it in GitHub Desktop.
Save anonymous/4433659 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Jan 2, 2013.
    1 change: 1 addition & 0 deletions link-dotfiles.bash
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    for f in $(find ~/dotfiles -type f -iname '.*'); do f_=$(basename $f); ln -nfs ~/dotfiles/$f_ ~/$f_; done