remove Brewfile and add brew install script

* rename tools/ to scripts/
* create brew.sh for brew installation
* move osx.sh to scripts/
* +x install.sh
This commit is contained in:
Nick Nisi
2014-10-19 14:54:44 -05:00
parent e7e3ed59e2
commit 1164824504
4 changed files with 27 additions and 26 deletions

10
scripts/install.sh Executable file
View File

@@ -0,0 +1,10 @@
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