forked from colonelpanic/dotfiles
tweak web start and bump emacs.d
This commit is contained in:
parent
ef64a1129a
commit
5cdb6402a6
12
web_start.sh
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user