From 7f7f36328c60b09c742fac1814cf86caec843227 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 22 Nov 2010 19:53:11 +0100 Subject: Added canto configuration --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') 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 -- cgit v1.2.3-54-g00ecf