Mercurial > dotfiles
view .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 |
line wrap: on
line source
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} #!/usr/bin/env bash if [ -x "$(command -v dconf)" ]; then dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']" fi {{- end }} {{- end }}