-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.chezmoiignore
75 lines (68 loc) · 997 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Documentation
README.md
docs/**
# LICENSE
COPYING
# OS-Specific / Linux
{{- if ne .chezmoi.os "linux" }}
# 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
# Services
.config/systemd
# User
.profile
.bashrc
.config/bash
{{- else }}
{{ if ne .chezmoi.osRelease.id "ubuntu" }}
.config/redshift.conf
{{ 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/alacritty
.config/dunst
.config/fish
.config/gh
.config/ghostty
.config/htop
.config/hypr
.config/i3
.config/i3status
.config/k9s
.config/mpd
.config/ncmpc
.config/picom
.config/rofi
.config/sway
.config/waybar
.config/wofi
.config/zathura
.config/zsh
.iex.exs
.lein
.local
.tmux.conf
.zshrc
{{- else }}
Documents/**
{{- end }}