Compare commits
No commits in common. "e2c104db08cccd2d31da9f2e69c01c0ef5566abd" and "43660dabbad97a1e48cae55391c901f4ee0f56c8" have entirely different histories.
e2c104db08
...
43660dabba
@ -3,11 +3,6 @@
|
|||||||
|
|
||||||
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 }}
|
||||||
@ -27,20 +22,24 @@ 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
|
**/*
|
||||||
.config/*
|
|
||||||
|
|
||||||
# starship
|
# starship
|
||||||
!.config/starship.toml
|
!.config/starship.toml
|
||||||
|
|
||||||
# nvim
|
# nvim
|
||||||
!.config/nvim
|
!.config/nvim/init.lua
|
||||||
.config/nvim/lua/lazy-setup.lua
|
!.config/nvim/core/*
|
||||||
.config/nvim/lua/plugins
|
!.config/nvim/utils/*
|
||||||
.config/nvim/after/plugin
|
|
||||||
|
|
||||||
# git
|
# git
|
||||||
!.config/git
|
!.config/git/config
|
||||||
|
!.config/git/ignore
|
||||||
|
!.config/git/commitmsg
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user