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
|
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user