Move replicate.sh to build-home.sh
This commit is contained in:
parent
20e72f0ded
commit
14628a4f8c
13
README.md
13
README.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user