added install script
This commit is contained in:
17
install.sh
Normal file
17
install.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# clone the repository
|
||||
git clone git@github.com:nicknisi/dotfiles.git ~/.dotfiles
|
||||
|
||||
# cd into directory
|
||||
cd ~/.dotfiles
|
||||
|
||||
# initialize submodules
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
# backup existing configuration
|
||||
rake backup
|
||||
|
||||
# run the install
|
||||
rake install
|
||||
Reference in New Issue
Block a user