Mercurial > dotfiles
view .chezmoiscripts/run_once_after_16-configure-ubuntu-gnome.sh.tmpl @ 807:fa76b30a3c2f
feat: manage more packages for ubuntu
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 02 Dec 2023 00:17:39 +0100 |
parents | |
children | 459e70c99f4c |
line wrap: on
line source
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} #!/usr/bin/env bash dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']" {{- end }} {{- end }}