🔧 chore(latest): latest
This commit is contained in:
parent
a34f2d2457
commit
873b33f52a
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
{{- if (eq .host.distro.family "linux") -}}
|
{{- if (eq .host.distro.family "linux") -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
{{ includeTemplate "universal/profile" }}
|
{{ includeTemplate "universal/profile" }}
|
||||||
{{ includeTemplate "universal/logg" }}
|
{{ includeTemplate "universal/logg" }}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{{- if (eq .host.distro.family "linux") -}}
|
{{- if (eq .host.distro.family "linux") -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
# enabled extensions: {{ output "dconf" "read" "/org/gnome/shell/enabled-extensions" }}
|
# enabled extensions: {{ output "dconf" "read" "/org/gnome/shell/enabled-extensions" }}
|
||||||
|
|
||||||
{{ includeTemplate "universal/profile" }}
|
{{ includeTemplate "universal/profile" }}
|
||||||
|
|
Loading…
Reference in a new issue