-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiignore
54 lines (46 loc) · 1.19 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
README.MD
.config/nvim/lazy-lock.json
.config/nvim/.gitignore
.config/karabiner
.config/emacs/**
.config/zsh/.zsh_history
.config/zsh/.zsh_plugins.zsh
#.antidote/**
# Ignore these if machine isn't macOS
.config/karabiner/automatic_backups/**
{{ if ne .chezmoi.os "darwin" }}
.config/kitty/kitty.conf_linux
.config/kitty/theme.conf
.config/kitty/kittens/**
.config/karabiner/**
.hammerspoon/
{{ end }}
{{ if ne .chezmoi.hostname "NC254439" }}
.config/nvim/**/work_darwin_*
.config/kitty/session_darwin
{{ end }}
{{ if ne .chezmoi.hostname "franta-desktop" }}
.config/kitty/session_linux
{{ end }}
# Ignore these if machine isn't RHEL
{{ if hasKey .chezmoi.osRelease "id" }}
{{ if ne .chezmoi.hostname "NC254439" }}
.config/nvim/**/work_darwin_*
.config/kitty/session_darwin_work
{{ end }}
{{ end }}
{{- if hasKey .chezmoi.osRelease "id" -}}
{{ if ne .chezmoi.osRelease.id "endeavouros" }}
.config/kitty/kitty.conf_darwin
.config/kitty/kittens/**
.config/kitty/session_linux
{{ end }}
{{ if eq .chezmoi.osRelease.id "rhel" }}
.config/nvim/lua/plugin/lspconfig.lua
.config/nvim/lua/plugin/ui.lua
.zshrc
{{ end }}
{{ end }}
{{- if ne .chezmoi.fqdnHostname "*.osc.edu" }}
.bashrc
{{- end }}