-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiignore
63 lines (56 loc) · 1.14 KB
/
.chezmoiignore
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
# https://www.chezmoi.io/user-guide/manage-machine-to-machine-differences/
# A symlink is created for Nushell on macOS.
{{ if ne .chezmoi.os "darwin" }}
Library/
Library/Application Support/
Library/Application Support/nushell/
{{ end }}
# Linux can create the Firefox profiles. macOS and Windows cannot.
{{ if ne .chezmoi.os "linux" }}
.local/share/applications/firefox*.desktop
.local/share/applications/firefox-create-profiles.nu
{{ end }}
# Do not manage some certain files for root.
{{ if eq .chezmoi.username "root" }}
.local/share/applications/*.desktop
.local/share/applications/firefox-create-profiles.nu
{{ end }}
# justfile is used to install the chezmoi example config.
justfile
# Don't manage encryption files
*.sops.json
# Don't manage bashrc and profile files. These are here for legacy reasons.
bashrc
profile
.idea/
.vscode/
atuin/
bash-completion/
bin/
cargo/
chezmoi-example.jsonc
config/
git-hooks/
key-bindings/
local/
src/
vim/
vim-local.d/
.chezmoiignore
.gitignore
.gitmodules
bash-preexec.sh
gitconfig
gitignore_global
gvimrc
inputrc
install.nu
install.sh
LICENSE.md
markdownlint.rc.yaml
npmrc
README.md
ripgreprc
vimrc
zshrc
scripts/