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
}
case `uname` in
'Darwin')
osx
;;
'Linux')
debian
;;
esac
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