comparison .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
comparison
equal deleted inserted replaced
806:39b3cbfa80c4 807:fa76b30a3c2f
1 {{ if eq .chezmoi.os "linux" -}}
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
3 #!/usr/bin/env bash
4
5 dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
6
7 {{- end }}
8 {{- end }}