From 31bbaf7117ad27533651dce154f71461879998ac Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 20 Apr 2017 17:02:25 +1200 Subject: Add quick doc to setup script --- setup | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1