dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0e3b54870f261d169b53858efd39ee49c1055b4a
parent 6587c8088f07314050a6632bb7ea7fadd44dad0d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 15 May 2015 11:41:19 +0200

add spacemacs installation

Diffstat:
Minstall.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -21,6 +21,8 @@ mkdir -p ~/.vim/bundle # Install NeoBundle git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim +# Install Spacemacs +git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d # Install font cd /tmp &&\