install.fairie/scripts
Brian Zalewski c44cd67853 Latest
2024-05-04 07:25:19 +00:00
..
partials Various macOS fixes 2024-05-03 04:07:06 +00:00
src Removed obsidian plugins and added DEBUG for warp disconnect 2024-03-23 05:40:35 +00:00
.gomplate.yaml Latest 2023-03-27 19:23:46 -04:00
cloudflared-ssh.sh Various macOS fixes 2024-05-03 04:07:06 +00:00
homebrew.sh Various macOS fixes 2024-05-03 04:07:06 +00:00
pfsense.sh Removed @example blocks because shdoc was failing 2024-02-15 05:26:03 +00:00
provision.sh Various macOS fixes 2024-05-03 04:07:06 +00:00
README.md Update 11 files 2023-03-27 23:22:12 +00:00
software-github.mjs Latest 2024-04-12 00:25:49 -04:00
software.mjs Added short descriptions 2024-03-23 06:29:45 -04:00
software.yml.backup Latest 2024-05-04 07:25:19 +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.