comparison .chezmoiscripts/run_onchange_after_16-configure-ubuntu-gnome.sh.tmpl @ 809:72744c944497

feat: install packages and rtx for management
author zegervdv <zegervdv@me.com>
date Tue, 05 Dec 2023 20:03:16 +0100
parents
children dbc9f376b7aa
comparison
equal deleted inserted replaced
808:459e70c99f4c 809:72744c944497
1 {{ if eq .chezmoi.os "linux" -}}
2 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
3 #!/usr/bin/env bash
4
5 if [ -x "$(command -v dconf)" ]; then
6
7 dconf write /org/gnome/desktop/input-sources/xkb-options "['ctrl:nocaps']"
8
9 fi
10 {{- end }}
11 {{- end }}