From dc124da3ccda73a7e47cdb6e2c8d6b73c047be10 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 23 Nov 2010 23:53:04 +0100 Subject: Cleanup Removed conkerorrc, I don't use it Removed canto rc, I can't use it, makes my PC go all crazy Removed pinerc, its own remote config works better, keeps overriding my link --- install.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d9bf2f8..996d3c2 100755 --- a/install.sh +++ b/install.sh @@ -10,14 +10,6 @@ ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults echo "Linking $INSTALL_BASEDIR/.Xmodmap to $HOME/.Xmodmap" ln -sf $INSTALL_BASEDIR/.Xmodmap $HOME/.Xmodmap -# PINERC -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