Compare commits
2 Commits
580a544c36
...
81a8758904
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81a8758904 | ||
|
|
b118673ce2 |
@ -8,9 +8,16 @@ vim-lightline.tar.gz
|
||||
.local/share/bash-completion/completions/rustup
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.os "windows" }}
|
||||
# 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/
|
||||
{{- end }}
|
||||
|
||||
# Ignore Powershell configuration on linux
|
||||
{{- if eq .chezmoi.os "linux" }}
|
||||
Documents/PowerShell
|
||||
{{- end }}
|
||||
|
||||
@ -105,3 +105,6 @@ fi
|
||||
if [ -x /usr/bin/vcgencmd ]; then
|
||||
alias pi-temp='vcgencmd measure_temp'
|
||||
fi
|
||||
if [ -x /usr/bin/ncmpcpp ]; then
|
||||
alias music='/usr/bin/ncmpcpp '
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user