Compare commits
No commits in common. "81a87589041e147f9ec6cacdf1d7ba9f9c79f5cc" and "580a544c36ae73c904e79de573d0ce0cbb0aa717" have entirely different histories.
81a8758904
...
580a544c36
@ -8,16 +8,9 @@ vim-lightline.tar.gz
|
|||||||
.local/share/bash-completion/completions/rustup
|
.local/share/bash-completion/completions/rustup
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# nvim uses different configuration folders on Windows and Linux
|
{{- if eq .chezmoi.os "windows" }}
|
||||||
# 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
|
.config/nvim
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .chezmoi.os "linux" }}
|
{{- if eq .chezmoi.os "linux" }}
|
||||||
AppData/
|
AppData/
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# Ignore Powershell configuration on linux
|
|
||||||
{{- if eq .chezmoi.os "linux" }}
|
|
||||||
Documents/PowerShell
|
|
||||||
{{- end }}
|
|
||||||
|
|||||||
@ -105,6 +105,3 @@ fi
|
|||||||
if [ -x /usr/bin/vcgencmd ]; then
|
if [ -x /usr/bin/vcgencmd ]; then
|
||||||
alias pi-temp='vcgencmd measure_temp'
|
alias pi-temp='vcgencmd measure_temp'
|
||||||
fi
|
fi
|
||||||
if [ -x /usr/bin/ncmpcpp ]; then
|
|
||||||
alias music='/usr/bin/ncmpcpp '
|
|
||||||
fi
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user