summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-11-22 19:53:11 +0100
committerGravatar Tom Willemsen2010-11-22 19:53:11 +0100
commit7f7f36328c60b09c742fac1814cf86caec843227 (patch)
tree5678df0a700f5a09fcf88ab3257a066e99ec2941 /install.sh
parent2a31d123369245b229905dcfa6f6248fac2ddb02 (diff)
downloaddotfiles-7f7f36328c60b09c742fac1814cf86caec843227.tar.gz
dotfiles-7f7f36328c60b09c742fac1814cf86caec843227.zip
Added canto configuration
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