From 722c13a8fc093bc67b9be444547571d544cb79a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 30 Jun 2010 20:59:12 +0200 Subject: Switched over from dotemacs to doteverything --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..030e7a0 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +INSTALL_BASEFILE=`readlink -f $0` +INSTALL_BASEDIR=`dirname $INSTALL_BASEFILE` + +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 -- cgit v1.2.3-54-g00ecf