-
Notifications
You must be signed in to change notification settings - Fork 4
/
.chezmoiignore
69 lines (61 loc) · 1.06 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
64
65
66
67
68
69
README.md
.bash*
.config/simple-rc
.config/packages
# ignore stuff for a simple provisional system.
{{- if (and (len .chezmoi.osRelease) (eq .chezmoi.osRelease.id "ubuntu")) }}
# stuff that requires gpg
.gist
.pypirc
.tokens
# probably a headless server; ignore any GUI stuff.
.X*
.config/alacritty
.config/bspwm
.config/conky*
.config/dunst
.config/kitty
.config/libinput-gestures.conf
.config/mozilla
.config/picom
.config/polybar
.config/rofi
.config/sxhkd
.config/xresources
.gnupg
.nvidia*
.urxvt
.xprofile
# ignore some startup scripts
70-mac*
80-work-mac.py
{{ end }}
{{- if ne .chezmoi.os "darwin" }}
Library/
.config/bspwm/bspwmrc_darwin
.config/sxhkd/sxhkd_darwin
.config/karabiner
.config/iterm2
.config/ubersicht
.chunkwmrc
.skhdrc
.yabairc
{{ else if ne .chezmoi.os "linux" }}
.config/bspwm/bspwmrc_linux
.config/sxhkd/sxhkdrc_linux
.config/conky-gpu
.config/dunst
.config/libinput-gestures.conf
.config/picom
.config/polybar
.config/rofi
.config/scripts/lock.sh
.config/xresources
.config/ruff
.nvidia-xinitrc
.urxvt
.Xmodmap
.Xresources
.xinitrc
.xprofile
{{ end }}