summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-12-05 11:47:14 +0100
committerGravatar Tom Willemsen2010-12-05 11:47:14 +0100
commite8200a854be85d58b7cd18fe463c8d0e1462a59d (patch)
treed315dda8eaa88469239b7e2f937090ae32feab44 /install.sh
parente7ea1b02a8261b04a40ddb4a05f7fbe52e677dd1 (diff)
downloaddotfiles-e8200a854be85d58b7cd18fe463c8d0e1462a59d.tar.gz
dotfiles-e8200a854be85d58b7cd18fe463c8d0e1462a59d.zip
Added ncmpcpp config
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/install.sh b/install.sh
index 996d3c2..d535e3f 100755
--- a/install.sh
+++ b/install.sh
@@ -10,10 +10,6 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults
echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap"
ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
-#for item in `ls`; do
-# if [ -d $item ]; then
-# if [ -e $item/install.sh ]; then
-# . $item/install.sh $INSTALL_BASEDIR
-# fi
-# fi
-#done
+# NCMPCPP
+echo "Linking $INSTALL_BASEDIR/ncmpcpp to $HOME/.ncmpcpp"
+ln -sf $INSTALL_BASEDIR/ncmpcpp $HOME/.ncmpcpp