add new install.sh and update README

This commit is contained in:
Nick Nisi
2014-11-09 16:49:40 -06:00
parent 3b1a65ef09
commit 2d8347e6e2
3 changed files with 40 additions and 60 deletions

View File

@@ -1,10 +0,0 @@
echo "cloning repo to ~/.dotfiles"
git clone git@github.com:nicknisi/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
echo "initializing git submodules"
git submodule init
git submodule update
echo "running backup"
rake backup
echo "creating symlinks"
rake install