comparison .chezmoiscripts/run_once_after_16-configure-ubuntu-gnome.sh.tmpl @ 808:459e70c99f4c

ci: add test image
author zegervdv <zegervdv@me.com>
date Sun, 03 Dec 2023 22:24:26 +0100
parents fa76b30a3c2f
children
comparison
equal deleted inserted replaced
807:fa76b30a3c2f 808:459e70c99f4c
1 {{ if eq .chezmoi.os "linux" -}} 1 {{ if eq .chezmoi.os "linux" -}}
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} 2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
3 #!/usr/bin/env bash 3 #!/usr/bin/env bash
4 4
5 dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']" 5 if [ -x "$(command -v dconf)" ]; then
6 6
7 dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
8
9 fi
7 {{- end }} 10 {{- end }}
8 {{- end }} 11 {{- end }}