Files
dotfiles/scripts/install.sh
Nick Nisi 1164824504 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
2014-10-19 15:24:40 -05:00

11 lines
256 B
Bash
Executable File

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