tweak web start and bump emacs.d

This commit is contained in:
Ivan Malison 2014-10-09 22:18:33 -07:00
parent ef64a1129a
commit 5cdb6402a6

View File

@ -25,15 +25,19 @@ function osx() {
brew install git brew install git
} }
function go() {
git clone git@github.com:IvanMalison/dotfiles.git
cd dotfiles
./setup.sh -e
}
case `uname` in case `uname` in
'Darwin') 'Darwin')
osx osx
go
;; ;;
'Linux') 'Linux')
debian debian
go
;; ;;
esac esac
git clone git@github.com:IvanMalison/dotfiles.git
cd dotfiles
./setup.sh -e