22 lines
423 B
Plaintext
22 lines
423 B
Plaintext
Readme.md
|
|
.readme/
|
|
chezmoi.code-workspace
|
|
|
|
dconf.ini
|
|
|
|
{{ if ne .chezmoi.os "darwin" }}
|
|
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
|
|
.config/iterm2/com.googlecode.iterm2.plist
|
|
{{ end }}
|
|
{{ if ne .chezmoi.os "linux" }}
|
|
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
|
|
.local/share/konsole
|
|
.config/konsolerc
|
|
{{ end }}
|
|
|
|
{{ if ne .chezmoi.os "windows" }}
|
|
*.ps1
|
|
{{ else }}
|
|
*.sh
|
|
{{ end }}
|