Bootstrap scripts for all my stuff
Go to file
Salt 248bd93d39 replicate.sh: Huge refactor
Doesn't change the behavior of the script, but does centralize logging and make the code look a lot nicer
2018-09-16 12:13:54 -05:00
.gitignore Initial commit 2018-08-24 17:30:41 -05:00
LICENSE License under MIT 2018-08-24 22:52:14 +00:00
README.md Make skeleton directories, update README, and fix repo config 2018-08-24 17:50:58 -05:00
replicate.sh replicate.sh: Huge refactor 2018-09-16 12:13:54 -05:00

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. Don't run it out of your Downloads folder.
  • By default, the repository will attempt to clone with SSH. Either generate those keys and add them to GitLab or change the repository URI to HTTP.
  • Ideally, this will be called via Ansible or some other automation tool. It may, in the future, contain specific code for this purpose.