-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiignore
More file actions
41 lines (37 loc) · 778 Bytes
/
Copy path.chezmoiignore
File metadata and controls
41 lines (37 loc) · 778 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
# Repo-only files (never applied to $HOME)
README.md
# macOS cruft (never track)
.DS_Store
**/.DS_Store
{{ if eq .chezmoi.os "windows" }}
# macOS + Linux only (POSIX shells + cross-platform apps); Windows uses PowerShell
.config/fish
.config/fish/**
.config/shell
.config/shell/**
.config/ghostty
.config/ghostty/**
.bash_profile
.bashrc
.profile
.zprofile
.zshenv
.zshrc
{{ end }}
{{ if ne .chezmoi.os "darwin" }}
# macOS-only files (native app + Homebrew bundle)
.config/packages/Brewfile
.config/iterm2
.config/iterm2/**
{{ end }}
{{ if ne .chezmoi.os "windows" }}
# Windows-only files
.local/bin/python3.cmd
.config/packages/winget.json
AppData
AppData/**
Documents/PowerShell
Documents/PowerShell/**
Documents/WindowsPowerShell
Documents/WindowsPowerShell/**
{{ end }}