14 lines
301 B
Markdown
14 lines
301 B
Markdown
|
# Salt's Bootstrap Script
|
||
|
## Usage
|
||
|
|
||
|
Download and run the latest `replicate.sh`:
|
||
|
|
||
|
cd
|
||
|
curl https://gitlab.com/rehashedsalt/bootstrap/raw/master/replicate.sh -o replicate.sh
|
||
|
chmod +x replicate.sh
|
||
|
./replicate.sh
|
||
|
|
||
|
## Notes
|
||
|
* The script assumes that you want to bootstrap `$PWD` as `$HOME`
|
||
|
|