2024-01-14 22:29:14 +09:00
|
|
|
# .chezmoiignore
|
|
|
|
# https://www.chezmoi.io/reference/special-files-and-directories/chezmoiignore/
|
|
|
|
|
2024-01-14 19:56:31 +09:00
|
|
|
README.md
|
2024-01-14 23:07:35 +09:00
|
|
|
|
2024-01-17 17:23:29 +09:00
|
|
|
{{- if ne .chezmoi.osRelease.id "arch" }}
|
|
|
|
# Other than Arch Linux
|
|
|
|
.config/paru
|
|
|
|
{{- end }}
|
|
|
|
|
2024-01-14 20:41:59 +09:00
|
|
|
{{- if ne .chezmoi.hostname "arch" }}
|
2024-01-14 22:28:32 +09:00
|
|
|
.config/tmux/bootstraps # note that the pattern is not `dot_config/tmux/bootstraps`
|
2024-01-14 20:41:59 +09:00
|
|
|
{{- end }}
|
2024-01-14 23:07:35 +09:00
|
|
|
|
2024-01-17 11:18:44 +09:00
|
|
|
{{- if (not (eq .hosttype "desktop" "laptop")) }}
|
2024-01-17 11:19:50 +09:00
|
|
|
# Only for desktop or laptop (GUI)
|
2024-01-16 18:37:38 +09:00
|
|
|
.config/alacritty
|
2024-01-15 01:49:46 +09:00
|
|
|
.config/conky
|
2024-01-14 23:45:38 +09:00
|
|
|
.config/dunst
|
2024-01-15 00:01:30 +09:00
|
|
|
.config/fontconfig
|
2024-01-16 18:35:02 +09:00
|
|
|
.config/i3
|
2024-01-15 01:42:12 +09:00
|
|
|
.config/mpv
|
2024-01-15 00:09:25 +09:00
|
|
|
.config/polybar
|
2024-01-15 02:14:09 +09:00
|
|
|
.config/redshift
|
2024-01-15 01:45:52 +09:00
|
|
|
.config/rofi
|
2024-01-15 01:58:06 +09:00
|
|
|
.config/yt-dlp
|
2024-01-15 00:36:16 +09:00
|
|
|
.config/zathura
|
2024-01-14 23:35:12 +09:00
|
|
|
{{- end }}
|
|
|
|
|
2024-01-15 00:15:11 +09:00
|
|
|
|
2024-01-14 23:07:09 +09:00
|
|
|
{{- if eq .chezmoi.username "root" }}
|
2024-01-17 17:22:33 +09:00
|
|
|
# for `root` user
|
|
|
|
.config/*
|
2024-01-14 23:45:59 +09:00
|
|
|
|
2024-01-17 17:49:20 +09:00
|
|
|
# fish-shell
|
|
|
|
!.config/fish
|
|
|
|
.config/fish/**/*
|
|
|
|
!.config/fish/config.fish
|
|
|
|
|
2024-01-14 23:45:59 +09:00
|
|
|
# starship
|
|
|
|
!.config/starship.toml
|
|
|
|
|
|
|
|
# nvim
|
2024-01-17 17:22:33 +09:00
|
|
|
!.config/nvim
|
|
|
|
.config/nvim/lua/lazy-setup.lua
|
|
|
|
.config/nvim/lua/plugins
|
|
|
|
.config/nvim/after/plugin
|
2024-01-16 14:26:56 +09:00
|
|
|
|
|
|
|
# git
|
2024-01-17 17:22:33 +09:00
|
|
|
!.config/git
|
2024-01-14 23:07:09 +09:00
|
|
|
{{- end }}
|