-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.chezmoiignore
55 lines (47 loc) · 890 Bytes
/
.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
README.md
.editorconfig
.prettierrc
.gitignore
keyboard
common
docs
.config/chezmoi/key
{{- if ne .chezmoi.os "darwin" }}
# Ignore if not on darwin
.config/skhd
.config/spacebar
.config/karabiner
.config/yabai
{{- end }}
{{- if ne .chezmoi.os "linux" }}
# Ignore if not on linux
.face
.config/flashfocus
.config/hypr
.config/mako
.config/rofi
.config/avizo
.config/sway
.config/swaylock
.config/swaync
.config/wallpapers
.config/fontconfig
.config/nextmeeting
.config/goa-1.0
.config/evolution
{{- end }}
{{- if eq .chezmoi.osRelease.id "nixos" }}
# Ignore only on NixOS
.config/tmux/tmux.conf
{{- end }}
# Evolution (ignore after apply)
.config/evolution/sources
.config/goa-1.0
# Google Chrome Bookmarks
.config/google-chrome
# Switch display settings depending on work
{{- if eq .workspace "private" }}
.config/sway/config-work
{{- else }}
.config/sway/config-private
{{- end }}