Link bin directory to ~/bin on install

This commit is contained in:
Andrew Miner
2017-08-30 14:13:05 -07:00
parent 73abd7a364
commit d1d49f5325
+2
View File
@@ -16,6 +16,8 @@ pushd $HOME >/dev/null
echo; echo; echo "Installing standard config files..."
ln -s "$CONFIG_DIR/bin" bin
for FILE in $(ls -A "$CONFIG_DIR/home"); do
[[ -e "$FILE" ]] && rm -rf "$FILE"
ln -s "$CONFIG_DIR/home/$FILE" "$FILE"