From abb0707047ea5fcfbb6f2f1e7961b22e30dc44ba Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 13 Apr 2023 00:36:02 +0000 Subject: [PATCH] Update 11 files - /home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_53-tabby.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.sh.tmpl --- .../run_onchange_after_11-symlink-ansible-roles.sh.tmpl | 2 +- .../universal/run_onchange_after_12-install-packages.sh.tmpl | 2 +- .../run_onchange_after_26-system-vscode-node-modules.sh.tmpl | 2 +- .../universal/run_onchange_after_26-vscode-extensions.sh.tmpl | 2 +- .../.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl | 2 +- .../universal/run_onchange_after_28-privoxy.sh.tmpl | 2 +- .../universal/run_onchange_after_40-chrome.sh.tmpl | 2 +- .../universal/run_onchange_after_40-firefox.sh.tmpl | 2 +- .../run_onchange_after_41-vagrant-vmware-utility.sh.tmpl | 2 +- .../universal/run_onchange_after_53-tabby.sh.tmpl | 2 +- .../universal/run_onchange_after_61-plymouth-settings.sh.tmpl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.sh.tmpl index 8dee7df1..bc4c75f5 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_11-symlink-ansible-roles.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file Ansible Roles / Gas Station Symlinks +# @file Ansible Role Symlinks # @brief Symlinks roles that are part of the [Gas Station](https://github.com/megabyte-labs/gas-station) project to a location that Ansible can digest # @description # Install Doctor was previously called Gas Station. It was also Ansible based. Some of the features that Install Doctor diff --git a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl index df9700d2..642e5195 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.sh.tmpl @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# @file Software Package Installation +# @file Software Installation # @brief Installs the list of software that correlates to the software group that was chosen. # @description # This script initializes the installation process that handles the bulk of the software package installations. diff --git a/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl index e0fb55dc..0366934c 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_26-system-vscode-node-modules.sh.tmpl @@ -1,6 +1,6 @@ {{- if (ne .host.distro.family "windows") -}} #!/usr/bin/env bash -# @file run_onchange_after_26-system-vscode-node-modules.tmpl +# @file Global NPM Modules Fallback # @brief Installs NPM packages to the system `/` directory as a catch-all for tools that recursively search upwards for shared NPM configurations. # @description # This script makes fallback linter and code auto-fixer configurations globally available. Normally, configurations, like diff --git a/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl index f3edf8d0..784fb37f 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_26-vscode-extensions.sh.tmpl @@ -1,6 +1,6 @@ {{- if (ne .host.distro.family "windows") -}} #!/usr/bin/env bash -# @file run_onchange_after_26-vscode-extensions.tmpl +# @file VSCode Extensions # @brief Installs all of the Visual Studio Code extensions specified in the [`home/dot_config/Code/User/extensions.json`](https://github.com/megabyte-labs/install.doctor/blob/master/home/dot_config/Code/User/extensions.json) file. # @description # This script loops through all the extensions listed in the [`home/dot_config/Code/User/extensions.json`](https://github.com/megabyte-labs/install.doctor/blob/master/home/dot_config/Code/User/extensions.json) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl index 2a89c27d..d6b6f2db 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_27-tor.sh.tmpl @@ -1,6 +1,6 @@ {{- if and (ne .host.distro.family "windows") (ne .host.work true) -}} #!/usr/bin/env bash -# @file run_onchange_after_27-tor.tmpl +# @file Tor Configuration # @brief This script applies the Tor configuration stored at `${XDG_CONFIG_HOME:-HOME/.config}/tor/torrc` to the system and then restarts Tor # @description # Tor is a network that uses onion routing, originally published by the US Navy. It is leveraged by privacy enthusiasts diff --git a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl index d4dfb9d7..f127655d 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_28-privoxy.sh.tmpl @@ -1,6 +1,6 @@ {{- if (ne .host.distro.family "windows") -}} #!/usr/bin/env bash -# @file run_onchange_after_28-privoxy.tmpl +# @file Privoxy Configuration # @brief This script applies the Privoxy configuration stored at `${XDG_CONFIG_HOME:-HOME/.config}/privoxy/config` to the system and then restarts Privoxy # @description # Privoxy is a web proxy that can be combined with Tor to provide an HTTPS / HTTP proxy that can funnel all traffic diff --git a/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl index c66f4a9b..ff7f6ee7 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_40-chrome.sh.tmpl @@ -1,6 +1,6 @@ {{- if ne .host.distro.family "windows" -}} #!/usr/bin/env bash -# @file run_onchange_after_40-firefox.tmpl +# @file Chrome Settings / Extensions # @brief This script configures Chrome, Brave, and Chromium system-wide managed / recommended policies settings. It also pre-loads a configurable list of Chrome extensions to Chrome, Brave, Chromium, and Edge (if they are installed). # @description # This Chrome setup script applies system-wide settings and pre-loads Chrome extensions into the browser profiles. The diff --git a/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl index fe3d7434..7165e483 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_40-firefox.sh.tmpl @@ -1,6 +1,6 @@ {{- if ne .host.distro.family "windows" -}} #!/usr/bin/env bash -# @file run_onchange_after_40-firefox.tmpl +# @file Firefox Settings / Add-Ons / Profiles # @brief This script configures system-wide settings, sets up Firefox Profile Switcher, creates various profiles from different sources, and installs a configurable list of Firefox Add-Ons. # @description # The Firefox setup script performs a handful of tasks that automate the setup of Firefox as well as diff --git a/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl index 181f1067..fe3cfee4 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_41-vagrant-vmware-utility.sh.tmpl @@ -1,6 +1,6 @@ {{- if ne .host.distro.family "windows" -}} #!/usr/bin/env bash -# @file run_onchange_after_41-vagrant-vmware-utility.tmpl +# @file Vagrant VMWare Utility # @brief Installs the `vagrant-vmware-utility` if both Vagrant and VMWare are installed # @description # This script first checks if `vagrant`, `vmware`, and `vagrant-vmware-utility` are available in the `PATH`. If they are present, then the script diff --git a/home/.chezmoiscripts/universal/run_onchange_after_53-tabby.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_53-tabby.sh.tmpl index 467550a9..c4292fef 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_53-tabby.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_53-tabby.sh.tmpl @@ -1,6 +1,6 @@ {{- if ne .host.distro.family "windows" -}} #!/usr/bin/env bash -# @file Samba Configuration +# @file Tabby Plugins # @brief This script installs the default Tabby plugins which are defined in `${XDG_CONFIG_HOME:-$HOME/.config}/tabby/plugins/package.json` # @description # This script pre-installs a handful of useful Tabby plugins which are defined in `${XDG_CONFIG_HOME:-$HOME/.config}/tabby/plugins/package.json`. diff --git a/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.sh.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.sh.tmpl index e6b91cc5..06f17f47 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_61-plymouth-settings.sh.tmpl @@ -1,6 +1,6 @@ {{- if (eq .host.distro.family "linux") -}} #!/usr/bin/env bash -# @file Plymouth Configuration +# @file Plymouth Theme / Configuration # @brief Configures Plymouth to use a custom theme # @description # This script installs Plymouth and then configures it to use our custom Betelgeuse theme.