summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-05-09 02:58:18 +0200
committerTharre <tharre3@gmail.com>2018-05-09 17:28:13 +0200
commit321d9a8247d50cd634615ffed707aed3f4376108 (patch)
tree32fbd27e3a9e8c3f41d68232ffe203ef0ce10999 /install.sh
parent3cb67ddae1d11e4cda22b9843665b6d3775828da (diff)
downloaddotfiles-321d9a8247d50cd634615ffed707aed3f4376108.tar.gz
dotfiles-321d9a8247d50cd634615ffed707aed3f4376108.tar.xz
dotfiles-321d9a8247d50cd634615ffed707aed3f4376108.zip
Move various scripts and functions into bin/
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 3dde15b..52b879d 100755
--- a/install.sh
+++ b/install.sh
@@ -40,5 +40,8 @@ done
# fix .gnupg permissions
chmod 700 .gnupg
+mkdir -p ~/bin
+find "$(pwd)/bin" -maxdepth 1 ! -path . -exec ln -sf {} ~/bin/ \;
+
# remove broken symlinks
find -L "$HOME" -maxdepth 1 -type l -delete