-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.chezmoiignore
More file actions
87 lines (78 loc) · 1.17 KB
/
.chezmoiignore
File metadata and controls
87 lines (78 loc) · 1.17 KB
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
82
83
84
85
86
87
# Documentation
README.md
docs/**
# LICENSE
COPYING
# OS-Specific / Linux
{{- if ne .chezmoi.os "linux" }}
# Desktop
.config/alacritty
# Desktop / X11
.config/dunst
.config/i3
.config/i3status
.config/picom
.config/redshift.conf
.config/rofi
.xprofile
.Xresources
# Desktop / Wayland
.config/hypr
.config/sway
.config/waybar
.config/wofi
# Multimedia
.moc
.config/mpd
.config/ncmpc
# Services
.config/systemd
# User
.profile
.bashrc
.config/bash
{{- else }}
{{- if eq .chezmoi.osRelease.id "arch" }}
# Distribution-Specific / Arch Linux
.config/redshift.conf
{{- else if eq .chezmoi.osRelease.id "debian" }}
# Distribution-Specific / Debian
.moc
.config/k9s
.config/mpd
.config/ncmpc
.config/redshift.conf
.config/systemd
.config/VSCodium
.config/Windsurf
.config/zathura
{{- else }}
.moc
.config/mpd
.config/ncmpc
{{- end }}
{{- end }}
# OS-Specific / macOs
{{- if ne .chezmoi.os "darwin" }}
.zprofile
{{- end }}
# OS-Specific / Windows
{{- if eq .chezmoi.os "windows" }}
.config/Code
.config/VSCodium
.config/Windsurf
.config/fish
.config/gh
.config/ghostty
.config/htop
.config/k9s
.config/zathura
.config/zsh
.iex.exs
.lein
.local
.tmux.conf
.zshrc
{{- else }}
Documents/**
{{- end }}