From 5cdb6402a692d94f95597a5cdda9d0203a45deda Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 9 Oct 2014 22:18:33 -0700 Subject: [PATCH] tweak web start and bump emacs.d --- web_start.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web_start.sh b/web_start.sh index ba9e00cb..843bca32 100755 --- a/web_start.sh +++ b/web_start.sh @@ -25,15 +25,19 @@ function osx() { brew install git } +function go() { + git clone git@github.com:IvanMalison/dotfiles.git + cd dotfiles + ./setup.sh -e +} + case `uname` in 'Darwin') osx + go ;; 'Linux') debian + go ;; esac - -git clone git@github.com:IvanMalison/dotfiles.git -cd dotfiles -./setup.sh -e