* rename tools/ to scripts/ * create brew.sh for brew installation * move osx.sh to scripts/ * +x install.sh
11 lines
256 B
Bash
Executable File
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
|