From 616b70ba670b0e43a4411267f3ac99431f866354 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 9 Oct 2015 17:28:05 -0400 Subject: Add spacemacs download to setup.sh. --- bin/setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/setup.sh b/bin/setup.sh index c054646..441b8e8 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -87,3 +87,7 @@ if [[ "$success" == "1" ]]; then else printf "${red}[WARNING]${none} failed to install vim plugins\n" fi + +if which emacs >/dev/null && [[ ! -d .emacs.d ]]; then + git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d +fi -- cgit v1.2.3