forked from farzadghanei/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiignore
More file actions
44 lines (40 loc) · 944 Bytes
/
Copy path.chezmoiignore
File metadata and controls
44 lines (40 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Files that should NOT be applied to the target directory.
# Patterns match TARGET paths (after prefix stripping), not source paths.
# Repo-internal files (never deployed)
AGENTS.md
README.md
flake.nix
flake.lock
home.nix
fix_remote.sh
{{- if not (stat (joinPath .chezmoi.homeDir ".bash.d" "bead-dispatcher-config.yaml")) }}
# Generated from the optional private bash.d repository.
.config/bead-dispatcher/config.yaml
{{- end }}
{{- if ne .chezmoi.os "linux" }}
# Linux-only dotfiles - don't deploy on non-Linux
.bashrc
.profile
.taskrc
.task/
.config/i3
.config/i3blocks
.config/polybar
.config/waybar
.config/dunst
.config/rofi
.config/hypr
.config/systemd
.config/kdeglobals
.config/khotkeysrc
.config/kglobalshortcutsrc
.config/flake8
.config/nix
.config/codium-flags.conf
.config/code-flags.conf
{{- end }}
{{- if ne .chezmoi.os "darwin" }}
# macOS-only dotfiles - don't deploy on non-macOS
.python-version
.config/ghostty
{{- end }}