-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiignore
61 lines (61 loc) · 1.08 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
{{- if eq .chezmoi.os "windows" }}
.asoundrc
.bash_profile
.bashrc
.config/dircolors
.config/flameshot
.config/nitrogen
.config/private_pudb
.factorio
.fonts.conf
.i3
.i3/config
.kshrc
.local
.local/share
.local/share/applications
.local/share/applications/mimeapps.list
.screenlayout
.terminfo
.tmux.conf
.tmux.conf.local
.xinitrc
.Xresources
.zshrc
.zshrc.local
.gnupg
synergy.conf
{{- if ne .chezmoi.hostname "theseus" }}
AppData/Roaming/Avorion
AppData/Roaming/SpaceEngineers
AppData/Roaming/ToothAndTail
AppData/Roaming/Factorio
{{- end }}
{{ else if eq .chezmoi.os "linux" }}
{{- if or (ne .chezmoi.hostname "BFM-5998") (ne .chezmoi.username "phil") }}
synergy.conf
.Xresources
.xinitrc
.screenlayout
.local/share/applications/mimeapps.list
.local/share/applications
.local/share
.local
.i3/config
.i3
.asoundrc
.config/nitrogen
.fonts.conf
.factorio
{{- end }}
{{- if or (eq .chezmoi.osRelease.id "centos") (eq .chezmoi.osRelease.id "rhel") }}
.tmux.conf
.tmux.conf.local
{{- end }}
{{- end }}
README.md
{{- if ne .chezmoi.os "windows" }}
Documents/PowerShell/
AppData
.vim/undo/.keep
{{- end }}