Update .chezmoiignore
This commit is contained in:
parent
223660a0be
commit
171d4c5136
1 changed files with 16 additions and 8 deletions
|
@ -4,13 +4,21 @@ tags*
|
||||||
{{- if eq .chezmoi.hostname "marleycentre" }}
|
{{- if eq .chezmoi.hostname "marleycentre" }}
|
||||||
.config/composer
|
.config/composer
|
||||||
.config/firefox
|
.config/firefox
|
||||||
|
.config/fish/conf.d/30-gtk.fish
|
||||||
|
.config/fish/conf.d/30-qt.fish
|
||||||
.config/gtk-3.0
|
.config/gtk-3.0
|
||||||
.config/gtk-4.0
|
.config/gtk-4.0
|
||||||
|
.config/nvim/lua/plugins/diffview.lua
|
||||||
|
.config/nvim/lua/plugins/dim.lua
|
||||||
|
.config/nvim/lua/plugins/gitsigns.lua
|
||||||
|
.config/nvim/lua/plugins/lazygit.lua
|
||||||
|
.config/nvim/lua/plugins/nerdy.lua
|
||||||
|
.config/nvim/lua/plugins/nvim-devdocs.lua
|
||||||
|
.config/nvim/lua/plugins/refactoring.lua
|
||||||
|
.config/nvim/lua/plugins/ssr.lua
|
||||||
.config/transmission
|
.config/transmission
|
||||||
.config/zathura
|
.config/zathura
|
||||||
.icons
|
.icons
|
||||||
.config/fish/conf.d/30-gtk.fish
|
|
||||||
.config/fish/conf.d/30-qt.fish
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if ne .osid "darwin" }}
|
{{- if ne .osid "darwin" }}
|
||||||
|
@ -19,20 +27,22 @@ tags*
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if ne .chezmoi.os "linux" }}
|
{{- if ne .chezmoi.os "linux" }}
|
||||||
|
.config/fish/conf.d/30-gtk.fish
|
||||||
|
.config/fish/conf.d/30-journalctl.fish
|
||||||
|
.config/fish/conf.d/30-qt.fish
|
||||||
|
.config/fish/conf.d/30-systemctl.fish
|
||||||
.config/gtk-3.0
|
.config/gtk-3.0
|
||||||
.config/gtk-4.0
|
.config/gtk-4.0
|
||||||
.config/openrazer
|
.config/openrazer
|
||||||
.config/razercommander
|
.config/razercommander
|
||||||
.config/zathura
|
.config/zathura
|
||||||
.config/fish/conf.d/30-gtk.fish
|
|
||||||
.config/fish/conf.d/30-journalctl.fish
|
|
||||||
.config/fish/conf.d/30-qt.fish
|
|
||||||
.config/fish/conf.d/30-systemctl.fish
|
|
||||||
.icons
|
.icons
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if ne .osid "linux-arch" }}
|
{{- if ne .osid "linux-arch" }}
|
||||||
.config/awesome
|
.config/awesome
|
||||||
|
.config/fish/conf.d/30-yay.fish
|
||||||
|
.config/fish/functions/pkgsearch.fish
|
||||||
.config/mopidy
|
.config/mopidy
|
||||||
.config/ncmpcpp
|
.config/ncmpcpp
|
||||||
.config/packages/arch*
|
.config/packages/arch*
|
||||||
|
@ -42,8 +52,6 @@ tags*
|
||||||
.config/yay
|
.config/yay
|
||||||
.config/.fehbg
|
.config/.fehbg
|
||||||
.config/picom.conf
|
.config/picom.conf
|
||||||
.config/fish/conf.d/30-yay.fish
|
|
||||||
.config/fish/functions/pkgsearch.fish
|
|
||||||
.screenlayout
|
.screenlayout
|
||||||
.xprofile
|
.xprofile
|
||||||
.Xresources
|
.Xresources
|
||||||
|
|
Loading…
Reference in a new issue