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
This commit is contained in:
parent
0ce5a3c77b
commit
abb0707047
11 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# @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
|
# @description
|
||||||
# Install Doctor was previously called Gas Station. It was also Ansible based. Some of the features that Install Doctor
|
# Install Doctor was previously called Gas Station. It was also Ansible based. Some of the features that Install Doctor
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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.
|
# @brief Installs the list of software that correlates to the software group that was chosen.
|
||||||
# @description
|
# @description
|
||||||
# This script initializes the installation process that handles the bulk of the software package installations.
|
# This script initializes the installation process that handles the bulk of the software package installations.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if (ne .host.distro.family "windows") -}}
|
{{- if (ne .host.distro.family "windows") -}}
|
||||||
#!/usr/bin/env bash
|
#!/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.
|
# @brief Installs NPM packages to the system `/` directory as a catch-all for tools that recursively search upwards for shared NPM configurations.
|
||||||
# @description
|
# @description
|
||||||
# This script makes fallback linter and code auto-fixer configurations globally available. Normally, configurations, like
|
# This script makes fallback linter and code auto-fixer configurations globally available. Normally, configurations, like
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if (ne .host.distro.family "windows") -}}
|
{{- if (ne .host.distro.family "windows") -}}
|
||||||
#!/usr/bin/env bash
|
#!/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.
|
# @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
|
# @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)
|
# 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)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if and (ne .host.distro.family "windows") (ne .host.work true) -}}
|
{{- if and (ne .host.distro.family "windows") (ne .host.work true) -}}
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# @brief This script applies the Tor configuration stored at `${XDG_CONFIG_HOME:-HOME/.config}/tor/torrc` to the system and then restarts Tor
|
||||||
# @description
|
# @description
|
||||||
# Tor is a network that uses onion routing, originally published by the US Navy. It is leveraged by privacy enthusiasts
|
# Tor is a network that uses onion routing, originally published by the US Navy. It is leveraged by privacy enthusiasts
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if (ne .host.distro.family "windows") -}}
|
{{- if (ne .host.distro.family "windows") -}}
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# @brief This script applies the Privoxy configuration stored at `${XDG_CONFIG_HOME:-HOME/.config}/privoxy/config` to the system and then restarts Privoxy
|
||||||
# @description
|
# @description
|
||||||
# Privoxy is a web proxy that can be combined with Tor to provide an HTTPS / HTTP proxy that can funnel all traffic
|
# Privoxy is a web proxy that can be combined with Tor to provide an HTTPS / HTTP proxy that can funnel all traffic
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if ne .host.distro.family "windows" -}}
|
{{- if ne .host.distro.family "windows" -}}
|
||||||
#!/usr/bin/env bash
|
#!/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).
|
# @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
|
# @description
|
||||||
# This Chrome setup script applies system-wide settings and pre-loads Chrome extensions into the browser profiles. The
|
# This Chrome setup script applies system-wide settings and pre-loads Chrome extensions into the browser profiles. The
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if ne .host.distro.family "windows" -}}
|
{{- if ne .host.distro.family "windows" -}}
|
||||||
#!/usr/bin/env bash
|
#!/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.
|
# @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
|
# @description
|
||||||
# The Firefox setup script performs a handful of tasks that automate the setup of Firefox as well as
|
# The Firefox setup script performs a handful of tasks that automate the setup of Firefox as well as
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if ne .host.distro.family "windows" -}}
|
{{- if ne .host.distro.family "windows" -}}
|
||||||
#!/usr/bin/env bash
|
#!/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
|
# @brief Installs the `vagrant-vmware-utility` if both Vagrant and VMWare are installed
|
||||||
# @description
|
# @description
|
||||||
# This script first checks if `vagrant`, `vmware`, and `vagrant-vmware-utility` are available in the `PATH`. If they are present, then the script
|
# This script first checks if `vagrant`, `vmware`, and `vagrant-vmware-utility` are available in the `PATH`. If they are present, then the script
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if ne .host.distro.family "windows" -}}
|
{{- if ne .host.distro.family "windows" -}}
|
||||||
#!/usr/bin/env bash
|
#!/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`
|
# @brief This script installs the default Tabby plugins which are defined in `${XDG_CONFIG_HOME:-$HOME/.config}/tabby/plugins/package.json`
|
||||||
# @description
|
# @description
|
||||||
# This script pre-installs a handful of useful Tabby plugins which are defined in `${XDG_CONFIG_HOME:-$HOME/.config}/tabby/plugins/package.json`.
|
# This script pre-installs a handful of useful Tabby plugins which are defined in `${XDG_CONFIG_HOME:-$HOME/.config}/tabby/plugins/package.json`.
|
||||||
|
|
|
@ -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 Plymouth Configuration
|
# @file Plymouth Theme / Configuration
|
||||||
# @brief Configures Plymouth to use a custom theme
|
# @brief Configures Plymouth to use a custom theme
|
||||||
# @description
|
# @description
|
||||||
# This script installs Plymouth and then configures it to use our custom Betelgeuse theme.
|
# This script installs Plymouth and then configures it to use our custom Betelgeuse theme.
|
||||||
|
|
Loading…
Reference in a new issue