diff --git a/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl index 13ea5ec2..c9a51b5e 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-darwin.sh.tmpl @@ -1,6 +1,6 @@ {{- if (eq .host.distro.family "darwin") -}} #!/usr/bin/env bash -# @file home/.chezmoiscripts/universal/run_onchange_after_26-vpn-darwin.sh.tmpl +# @file macOS WireGuard Profiles # @brief Installs WireGuard VPN profiles on macOS devices # @description # This script installs WireGuard VPN profiles on macOS. It scans `${XDG_CONFIG_HOME:-$HOME/.config}/vpn` for all the `*.conf` files diff --git a/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl index f6d4a127..0b4f033b 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_24-vpn-linux.sh.tmpl @@ -1,6 +1,6 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash -# @file run_onchange_after_26-system-vscode-node-modules.tmpl +# @file Linux OpenVPN / WireGuard Profiles # @brief Installs both OpenVPN and WireGuard VPN profiles on Linux devices. # @description # This script installs OpenVPN and WireGuard VPN profiles. It does a few things to install the profiles and make sure diff --git a/scripts/src/provision.sh.tmpl b/scripts/src/provision.sh.tmpl index 2be1da79..a2802804 100644 --- a/scripts/src/provision.sh.tmpl +++ b/scripts/src/provision.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file Quick Start +# @file Quick Start Provision Script # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi. # @description # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.