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
This commit is contained in:
Brian Zalewski 2023-04-16 04:10:10 +00:00
parent d316c7bcbf
commit fb5ed79c69
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{{- if (eq .host.distro.family "darwin") -}} {{- if (eq .host.distro.family "darwin") -}}
#!/usr/bin/env bash #!/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 # @brief Installs WireGuard VPN profiles on macOS devices
# @description # @description
# This script installs WireGuard VPN profiles on macOS. It scans `${XDG_CONFIG_HOME:-$HOME/.config}/vpn` for all the `*.conf` files # This script installs WireGuard VPN profiles on macOS. It scans `${XDG_CONFIG_HOME:-$HOME/.config}/vpn` for all the `*.conf` files

View file

@ -1,6 +1,6 @@
{{- if (eq .host.distro.family "linux") -}} {{- if (eq .host.distro.family "linux") -}}
#!/usr/bin/env bash #!/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. # @brief Installs both OpenVPN and WireGuard VPN profiles on Linux devices.
# @description # @description
# This script installs OpenVPN and WireGuard VPN profiles. It does a few things to install the profiles and make sure # This script installs OpenVPN and WireGuard VPN profiles. It does a few things to install the profiles and make sure

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/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. # @brief Main entry point for Install Doctor that ensures Homebrew and a few dependencies are installed before cloning the repository and running Chezmoi.
# @description # @description
# This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on. # This script ensures Homebrew is installed and then installs a few dependencies that Install Doctor relies on.