Move replicate.sh to build-home.sh

This commit is contained in:
Salt 2018-12-25 21:46:28 -06:00
parent 20e72f0ded
commit 14628a4f8c
2 changed files with 8 additions and 5 deletions

View File

@ -1,17 +1,20 @@
# Salt's Bootstrap Script
## Usage
Download and run the latest `replicate.sh`:
### Dotfiles
Download and run the latest `build-home.sh`:
cd
git clone https://gitlab.com/rehashedsalt/bootstrap
./bootstrap/replicate.sh $HOME
./bootstrap/build-home.sh $HOME
In the event that you want to simply test `replicate.sh`, simply pass a different argument to it:
In the event that you want to simply test `build-home.sh`, simply pass a different argument to it:
./bootstrap/replicate.sh -d /path/to/directory
./bootstrap/build-home.sh -d /path/to/directory
See `replicate.sh -h` for more usage information.
See `build-home.sh -h` for more usage information.
## Notes
* By default, the current working directory will be bootstrapped. Passing `-d` and a different path will cause a different path to be bootstrapped.