-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.chezmoiignore.tmpl
More file actions
48 lines (38 loc) · 967 Bytes
/
.chezmoiignore.tmpl
File metadata and controls
48 lines (38 loc) · 967 Bytes
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
README.md
install.sh
install.ps1
# Automagically created by neovim + mason for ruby lsp
vendor/
# TODO: set this up dynamically for FF profiles
userChrome.css
# Term configs
tmux-256color.terminfo
tmux.terminfo
{{ if ne .chezmoi.os "darwin" }}
Library/
{{ end }}
# Rectangle reads this file and moves it out of the way, so only put it there once.
# Remove the folder to update.
{{ if stat (joinPath .chezmoi.homeDir "Library/Application Support/Rectangle") }}
Library/Application Support/Rectangle/
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.Xmodmap
.xmodmaprc
.config/awesome/
.i3/
.conky/
{{ end }}
{{ if ne .chezmoi.hostname "television" }}
.config/atuin/server.toml
{{ end }}
{{ if eq .chezmoi.os "windows" }}
# POSIX shell scripts won't run natively on Windows; PowerShell-based scripts can live alongside.
.chezmoiscripts/**/*.sh
.chezmoiscripts/**/*.sh.tmpl
# Homebrew is unix-only.
.Brewfile
# Ignore most dotfiles to start
.*
!.gitconfig
{{ end }}