move if block for Arch Linux to top
This commit is contained in:
parent
074c85e7dd
commit
e2c104db08
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
|
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||||
|
# Other than Arch Linux
|
||||||
|
.config/paru
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{- if ne .chezmoi.hostname "arch" }}
|
{{- if ne .chezmoi.hostname "arch" }}
|
||||||
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
||||||
{{- end }}
|
{{- end }}
|
||||||
@ -22,10 +27,6 @@ README.md
|
|||||||
.config/zathura
|
.config/zathura
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if ne .chezmoi.osRelease.id "arch" }}
|
|
||||||
# Other than Arch Linux
|
|
||||||
.config/paru
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{- if eq .chezmoi.username "root" }}
|
{{- if eq .chezmoi.username "root" }}
|
||||||
# for `root` user
|
# for `root` user
|
||||||
|
Loading…
Reference in New Issue
Block a user