9 lines
158 B
Cheetah
9 lines
158 B
Cheetah
|
#!/bin/bash
|
||
|
|
||
|
{{ if and (eq .chezmoi.os "linux") (not .is_wsl) -}}
|
||
|
|
||
|
dconf load /org/gnome/ < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
|
||
|
|
||
|
{{ end }}
|
||
|
|