install.fairie/scripts
Brian Zalewski fb5ed79c69 Update 3 files
- /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl
- /home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl
- /scripts/src/provision.sh.tmpl
2023-04-16 04:10:10 +00:00
..
partials Update 11 files 2023-03-27 23:22:12 +00:00
src Update 3 files 2023-04-16 04:10:10 +00:00
.gomplate.yaml Latest 2023-03-27 19:23:46 -04:00
cloudflared-ssh.sh Update 6 files 2023-04-16 02:06:43 +00:00
homebrew.sh Update 6 files 2023-04-16 02:06:43 +00:00
provision.sh Update 6 files 2023-04-16 02:06:43 +00:00
README.md Update 11 files 2023-03-27 23:22:12 +00:00

Install Doctor Scripts

The scripts in this folder are linked to from various https://install.doctor URLs. For instance, you can install Homebrew by running bash <(curl -sSL https://install.doctor/brew) which will direct to the homebrew.sh file in this directory.

Gomplate

All the scripts are generated using gomplate so they can include shared partials. To re-generate the scripts ensure gomplate is installed by running brew install gomplate and then run gomplate in this scripts/ directory.

TODO

Pull requests are welcome. If someone wants to add variables to customize anything in the default scripts, please merge your changes back here upstream.