Update 8 files
- /home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_50-rclone.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_51-samba.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_04-environment-profile.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_44-vmware-install.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_50-rclone.sh.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_51-samba.sh.tmpl
This commit is contained in:
parent
0be2ecc07b
commit
ad0f04630b
4 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
{{- if (eq .host.distro.family "linux") -}}
|
{{- if (eq .host.distro.family "linux") -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# @file `/etc/environment` Setup
|
||||||
|
# @brief Configures `/etc/environment` to include environment variables that should be applied globally
|
||||||
|
# @description
|
||||||
|
# This script modifies the `/etc/environment` file on Linux devices to include:
|
||||||
|
#
|
||||||
|
# 1. `export QT_STYLE_OVERRIDE=kvantum-dark` which is required for the Linux GNOME / KDE themeing that relies on Kvantum.
|
||||||
|
|
||||||
{{ includeTemplate "universal/profile" }}
|
{{ includeTemplate "universal/profile" }}
|
||||||
{{ includeTemplate "universal/logg" }}
|
{{ includeTemplate "universal/logg" }}
|
Loading…
Reference in a new issue