2018-08-24 17:30:41 -05:00
2018-08-24 22:52:14 +00:00
2018-12-25 21:46:28 -06:00

Salt's Bootstrap Script

Usage

Dotfiles

Download and run the latest build-home.sh:

cd
git clone https://gitlab.com/rehashedsalt/bootstrap
./bootstrap/build-home.sh $HOME

In the event that you want to simply test build-home.sh, simply pass a different argument to it:

./bootstrap/build-home.sh -d /path/to/directory

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.
  • By default, the repository will be cloned over SSH. Either generate some 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.
Description
Bootstrap scripts for all my stuff
Readme 79 KiB
Languages
Shell 100%