This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2020-11-10 09:57:29 -06:00
2018-08-24 17:30:41 -05:00
2020-09-16 11:48:18 -05:00
2018-08-24 22:52:14 +00:00
2020-11-10 09:57:29 -06:00

Salt's Bootstrap Script

A script to bootstrap a user with git and some auxiliary tools.

Usage

Download and run the latest bootstrap.sh:

cd
git clone https://git.9iron.club/salt/bootstrap
./bootstrap/bootstrap.sh $HOME

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

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

See bootstrap.sh -h for more usage information.

Older Versions

build-home.sh is an older version of the script kept here for legacy compatibility. Do not use it; use bootstrap.sh.

Notes

  • By default, the user's home 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 your remote server or change the repository URI to HTTP.

S
Description
Bootstrap scripts for all my stuff
Readme 79 KiB
Languages
Shell 100%