summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 7713fb3..d9bf2f8 100755
--- a/install.sh
+++ b/install.sh
@@ -14,6 +14,10 @@ ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap
echo "Linking $INSTALL_BASEDIR/pinerc to $HOME/.pinerc"
ln -sf $INSTALL_BASEDIR/pinerc $HOME/.pinerc
+# CANTORC
+echo "Linking $INSTALL_BASEDIR/canto to $HOME/.canto"
+ln -sf $INSTALL_BASEDIR/canto $HOME/.canto
+
#for item in `ls`; do
# if [ -d $item ]; then
# if [ -e $item/install.sh ]; then