summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-04-20 17:02:25 +1200
committerDavid Phillips <david@sighup.nz>2017-04-20 17:02:25 +1200
commit31bbaf7117ad27533651dce154f71461879998ac (patch)
treeaabcbfaa43a096ef5c26ec9c2764ae23dd32fbe5
parent02873a5c93ac5204311cb0dcd3db3753c29a3fc0 (diff)
downloaddotfiles-31bbaf7117ad27533651dce154f71461879998ac.tar.xz
Add quick doc to setup script
-rwxr-xr-xsetup3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup b/setup
index 4381bff..82df6ec 100755
--- a/setup
+++ b/setup
@@ -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