diff options
author | David Phillips <david@sighup.nz> | 2017-04-20 17:02:25 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-04-20 17:02:25 +1200 |
commit | 31bbaf7117ad27533651dce154f71461879998ac (patch) | |
tree | aabcbfaa43a096ef5c26ec9c2764ae23dd32fbe5 /setup | |
parent | 02873a5c93ac5204311cb0dcd3db3753c29a3fc0 (diff) | |
download | dotfiles-31bbaf7117ad27533651dce154f71461879998ac.tar.xz |
Add quick doc to setup script
Diffstat (limited to 'setup')
-rwxr-xr-x | setup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/bash +# places dot symlinks in $HOME to point to the files in this directory, +# also places a symlink from ~/.local/bin/ to local/bin in this directory + cd $(dirname $0) for i in $(find -maxdepth 1 -type f | grep -v $(basename $0)) ; do |