summaryrefslogtreecommitdiffstatshomepage
path: root/.chezmoiignore
blob: 139587f801339e59ee55bda29074680803d57806 (plain) (blame)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.direnv/
.envrc
.github/
AGENTS.md
CLAUDE.md
KEYBINDS.md
README.md
bootstrap.sh
migrate-podman-to-btrfs.sh
meta/
systemd-units/
etc/
firefox/
thunderbird/
nix/
justfile
just-lib.sh
selene.toml
selene-globals.yml
scripts/
tmp/
tests/
docs/
canonical/
**/__pycache__/
**/*.pyc
dot_config/nvim/nvim-pack-lock.json
{{ if eq (default "host" (index . "machineRole")) "vm" }}
.local/share/applications/org.pwmt.zathura.desktop
{{ end }}
{{ if eq (default "host" (index . "machineRole")) "canonical" }}
*
!.hushlogin
!.zshenv
!canonical-desktop.sh
!canonical-nvim-lock.sh
!.config
.config/*
{{ range list "bat" "cargo" "ccache" "clangd" "containers" "direnv" "dotfiles" "fd" "gdb" "ghostty" "ipython" "lsd" "nix" "npm" "opencode" "ripgrep" "sh" "tuicr" "wget" "yazi" "zellij" "zsh" "zathura" "autostart" }}
!.config/{{ . }}/**
{{ end }}
!.config/nvim
.config/nvim/*
!.config/nvim/*.lua
!.config/nvim/lua/**
!.config/nvim/after/**
!.config/git/config
!.config/git
.config/git/*
!.config/git/attributes
!.config/git/ignore
!.config/mimeapps.list
!.config/systemd/user/gpg-agent.service.d/canonical.conf
!.config/systemd
!.config/systemd/user
.config/systemd/user/*
!.config/systemd/user/gpg-agent.service.d/**
!.config/systemd/user/podman.socket
!.config/systemd/user/podman.service
!.gnupg
.gnupg/*
!.gnupg/gpg.conf
!.gnupg/gpg-agent.conf
!.ssh/config
!.ssh
.ssh/*
!.ssh/config
!.codex/**
!.claude/**
!.copilot/**
!.hermes/**
!.omp/**
!.local
.local/*
!.local/lib
.local/lib/*
!.local/lib/dotfiles
.local/lib/dotfiles/*
!.local/lib/dotfiles/*.py
!.local/bin
.local/bin/*
!.local/share
.local/share/*
!.local/share/applications
.local/share/applications/*
!.local/share/applications/org.pwmt.zathura.desktop
!.local/share/gnome-shell
.local/share/gnome-shell/*
!.local/share/gnome-shell/extensions
.local/share/gnome-shell/extensions/*
!.local/share/gnome-shell/extensions/corporate-panel@dotfiles/**
{{ range list "dictate" "ocr" "record" "rqr" "wqr" "linkhandler" }}
!.local/bin/{{ . }}
{{ end }}
.config/nvim/nvim-pack-lock.json
{{ else }}
canonical-desktop.sh
canonical-nvim-lock.sh
.config/nix/nix.conf
.config/autostart/dotfiles-*.desktop
.config/systemd/user/gpg-agent.service.d/canonical.conf
.config/systemd/user/podman.socket
.config/systemd/user/podman.service
.local/lib/dotfiles/
.local/share/gnome-shell/extensions/corporate-panel@dotfiles/
.local/bin/canonical-desktop
{{ end }}