-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
62 lines (58 loc) · 1.54 KB
/
install.conf.yaml
File metadata and controls
62 lines (58 loc) · 1.54 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- create:
- ~/.hushlogin
- ~/Developer
- shell:
- [sh scripts/install-brew.sh, Installing Hombrew 🍺]
- [brew bundle, Installing all Brew packages 🍺]
- [sh scripts/switch-shell.sh, Switching to zsh 💾]
- [sh scripts/macos-settings.sh, Configure MacOS settings 🔩]
- [echo "You need to log out and log in to apply OS settings"]
- link:
~/.gitignore_global: git/gitignore
~/.gitconfig: git/gitconfig
~/.zshenv:
path: zsh/zshenv
~/.zprofile:
path: zsh/zprofile
~/.zshrc:
path: zsh/zshrc
~/.zsh-plugins:
path: zsh/plugins
~/.tool-versions:
force: true
path: home/tool-versions
~/.config/ghostty/config:
force: true
path: ghostty/config
~/.config/ghostty/themes:
force: true
path: ghostty/themes
"~/Library/Application Support/Code/User/settings.json":
force: true
path: vscode/settings.json
"~/Library/Application Support/Code/User/keybindings.json":
force: true
path: vscode/keybindings.json
~/.finicky.ts:
force: true
path: finicky/finicky.ts
~/.agents/skills:
force: true
path: agents/skills
~/.claude/skills:
force: true
path: agents/skills
~/.claude/settings.json:
force: true
path: claude/settings.json
~/.claude/statusline-command.sh:
force: true
path: claude/statusline-command.sh
~/.claude/CLAUDE.md:
force: true
path: claude/CLAUDE.md