aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e913112..3b54e07 100755
--- a/install.sh
+++ b/install.sh
@@ -57,6 +57,12 @@ cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
vim +PluginInstall +qall
+# GNU Emacs
+rm -rf $HOME/.emacs.d
+cp emacs/custom.el $HOME/.emacs.d/custom.el
+cp emacs/init.el $HOME/.emacs.d/init.el
+ln -s emacs/init.org $HOME/.emacs.d/init.org
+
# Wipe out weechat config and install it again
rm -rf $HOME/.weechat
cp -r weechat $HOME/.weechat