-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiignore
81 lines (77 loc) · 1.41 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
70
71
72
73
74
75
76
77
78
79
80
81
README.md
.clang-format
{{/* symlinked files */}}
symlinks/
symlinks/en.utf-8.add
symlinks/en.utf-8.add.spl
{{ if not .is_personal }}
.gitconfig
.ssh/**
.ssh/
{{ end }}
{{ if not (lookPath "alacritty") }}
.config/alacritty/**
.config/alacritty/
{{ end }}
{{ if not (lookPath "sway") }}
.config/sway/**
.config/sway/
{{ end }}
{{ if not (lookPath "swayr") }}
.config/swayr/**
.config/sway/
{{ end }}
{{ if not (lookPath "copyq") }}
.config/copyq/**
.config/copyq/
{{ end }}
{{ if not (lookPath "i3status-rs") }}
.config/i3status-rust/**
.config/i3status-rust/
{{ end }}
{{ if not (lookPath "rofi") }}
.config/rofi/**
.config/rofi/
{{ end }}
{{ if not (lookPath "foot") }}
.config/foot/**
.config/foot/
{{ end }}
{{ if not (lookPath "waylock") }}
.config/waylock/**
.config/waylock/
{{ end }}
{{ if not (lookPath "swaylock") }}
.config/swaylock/**
.config/swaylock/
{{ end }}
{{ if not (lookPath "mako") }}
.config/mako/**
.config/mako/
{{ end }}
{{ if not (lookPath "ncspot") }}
.config/ncspot/**
.config/ncspot/
{{ end }}
{{ if not (lookPath "kitty") }}
.config/kitty/**
.config/kitty/
{{ end }}
{{ if not (lookPath "stylua") }}
stylua.toml
{{ end }}
{{ if and (not .is_x11) (not .is_wayland) }}
.config/gtk-3.0/**
.config/gtk-3.0/
.config/i3-quickterm.json
.config/pipewire/**
.config/pipewire/
{{ end }}
{{ if and (not .is_x11) (not .is_wayland) }}
.config/fontconfig/**
.config/fontconfig/
.local/**
.local/
.icons/**
.icons/
{{ end }}