Bootstrap scripts for all my stuff
Go to file
2020-08-10 23:35:41 -05:00
.gitignore Initial commit 2018-08-24 17:30:41 -05:00
bootstrap.sh Add a new revision of bootstrap script 2020-08-10 23:35:41 -05:00
build-home.sh Switch to Gitea deployment 2020-05-06 03:22:07 -05:00
LICENSE License under MIT 2018-08-24 22:52:14 +00:00
README.md Change repo URL in README 2020-04-30 13:39:53 -05:00

Salt's Bootstrap Script

Usage

Dotfiles

Download and run the latest build-home.sh:

cd
git clone https://git.9iron.club/salt/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.