add meta and os profiles; add distro and vw variable

This commit is contained in:
Philip Henning 2024-12-13 16:44:14 +01:00
parent e1d6ae2686
commit 14f0cc458a
6 changed files with 63 additions and 188 deletions

View file

@ -124,7 +124,7 @@ EOF
fi
}
{%@@ if profile == 'WVDEWOBMC001307' or profile == 'susanoo.local' @@%}
{%@@ if distro == 'macos' @@%}
#######################################
# Shows a netstat -tulpn styled output on mac.
# Globals:
@ -351,7 +351,7 @@ dotdrop() {
{{@@ env['HOME'] @@}}/.local/bin/dotdrop --cfg={{@@ env['HOME'] @@}}/.files/config.yaml ${@}
}
{%@@ endif @@%}{%@@ if profile == 'WVDEWOBMC001307' @@%}
{%@@ endif @@%}{%@@ if vw == true @@%}
setProxyEnv() {
local HIGHLIGHT='\033[36;1m'
local RESET='\033[0;0m'