25 lines
708 B
Plaintext
25 lines
708 B
Plaintext
README.adoc
|
|
vim-lightline.tar.gz
|
|
|
|
{{- if eq .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }}
|
|
.bashrc.d/11.motd
|
|
{{- end }}
|
|
{{- if (and (ne .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1") (ne .chezmoi.hostname "nb4113"))}}
|
|
.local/share/bash-completion/completions/rustup
|
|
{{- end }}
|
|
|
|
# nvim uses different configuration folders on Windows and Linux
|
|
# on raspberry pi, the version is too old at the moment, to use lua configuration
|
|
{{- if (or (eq .chezmoi.os "windows") (eq .chezmoi.osRelease.id "raspbian")) }}
|
|
.config/nvim
|
|
{{- end }}
|
|
{{- if eq .chezmoi.os "linux" }}
|
|
AppData/
|
|
Documents/
|
|
{{- end }}
|
|
|
|
# Ignore Powershell configuration on linux
|
|
{{- if eq .chezmoi.os "linux" }}
|
|
Documents/PowerShell
|
|
{{- end }}
|