diff options
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 |