From 104692129fd34a52dd967095f57371d1781c9172 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 30 Jun 2010 21:21:34 +0200 Subject: made install.sh executable added .Xdefaults --- install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) mode change 100644 => 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 index 030e7a0..bcbbf7b --- a/install.sh +++ b/install.sh @@ -1,9 +1,12 @@ INSTALL_BASEFILE=`readlink -f $0` INSTALL_BASEDIR=`dirname $INSTALL_BASEFILE` +# EMACS ln -sf $INSTALL_BASEDIR/.emacs $HOME/.emacs - if [ -d $HOME/.emacs.d ]; then rm -rf $HOME/.emacs.d fi -ln -sf $INSTALL_BASEDIR/.emacs.d $HOME/ \ No newline at end of file +ln -sf $INSTALL_BASEDIR/.emacs.d $HOME/ + +# XDEFAULTS +ln -sf $INSTALL_BASEDIR/.Xdefaults $HOME/.Xdefaults \ No newline at end of file -- cgit v1.2.3-54-g00ecf