Compare commits
No commits in common. "e2c104db08cccd2d31da9f2e69c01c0ef5566abd" and "43660dabbad97a1e48cae55391c901f4ee0f56c8" have entirely different histories.
e2c104db08
...
43660dabba
@ -3,11 +3,6 @@
|
||||
|
||||
README.md
|
||||
|
||||
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||
# Other than Arch Linux
|
||||
.config/paru
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .chezmoi.hostname "arch" }}
|
||||
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
||||
{{- end }}
|
||||
@ -27,20 +22,24 @@ README.md
|
||||
.config/zathura
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||
# Other than Arch Linux
|
||||
.config/paru
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.username "root" }}
|
||||
# for `root` user
|
||||
.config/*
|
||||
**/*
|
||||
|
||||
# starship
|
||||
!.config/starship.toml
|
||||
|
||||
# nvim
|
||||
!.config/nvim
|
||||
.config/nvim/lua/lazy-setup.lua
|
||||
.config/nvim/lua/plugins
|
||||
.config/nvim/after/plugin
|
||||
!.config/nvim/init.lua
|
||||
!.config/nvim/core/*
|
||||
!.config/nvim/utils/*
|
||||
|
||||
# git
|
||||
!.config/git
|
||||
!.config/git/config
|
||||
!.config/git/ignore
|
||||
!.config/git/commitmsg
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user