-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiignore
61 lines (57 loc) · 909 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
56
57
58
59
60
61
.stylua.toml
LLM.md
README.md
KEYMAPPING.md
assets/
cm
key.txt
.config/.archive/
llm/
{{ if ne .chezmoi.os "windows" }}
setup_win.ps1
AppData/
.config/whkdrc
.config/windows-terminal/
.config/komorebi/
.glaze-wm/
.glzr/
{{ end }}
{{ if and (ne .chezmoi.os "darwin") (ne .chezmoi.os "linux") }}
.zshenv
.config/bat/
.config/nvim/
.config/topgrade/
.config/wezterm/
.config/yazi/
.config/zsh/
{{ end }}
{{ if ne .chezmoi.os "darwin" }}
Brewfile
setup_mac.sh
.config/.macos
.config/ssh.sh
.config/homebrew/
.config/linearmouse/
.config/odmpy/
.config/sketchybar/
.config/skhd/
.config/yabai/
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.gtkrc-2.0
setup_arch.sh
.config/brave-flags.conf
.config/xdg-terminals.list
.config/ags/
.config/cava/
.config/gtk-3.0/
.config/gtk-4.0/
.config/hypr/
.config/Kvantum/
.config/paru/
.config/qt5ct/
.config/qt6ct/
.config/sddm/
.config/xsettingsd/
.config/zathura/
{{ end }}