-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
73 lines (69 loc) · 1.55 KB
/
install.conf.yaml
File metadata and controls
73 lines (69 loc) · 1.55 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
63
64
65
66
67
68
69
70
71
72
73
- defaults:
link:
relink: true
force: false
- clean: ['~']
- link:
# silence shell login message (Last Login: etc)
~/.hushlogin:
path: hushlogin
# zsh
~/.zshenv:
path: zsh/.zshenv
~/.zsh:
path: zsh/.zsh
# tmux
~/.tmux.conf:
path: tmux/.tmux.conf
# nvim
~/.config/nvim:
path: nvim
# nvim app
/Applications/nvim.app:
path: nvim/nvim.app
# vim app
/Applications/vim.app:
path: nvim/vim.app
# git
~/.gitconfig:
path: git/.gitconfig
~/.gitignore:
path: git/.gitignore
# universal ctags
~/.ctags.d:
path: ctags
# karabiner
~/.config/karabiner/assets/complex_modifications:
path: karabiner/complex_modifications
create: true
# homebrew backup file
~/.brewfile:
path: homebrew/Brewfile.auto
# claude code
~/.claude/settings.json:
path: claude/settings.json
create: true
~/.claude/CLAUDE.md:
path: claude/CLAUDE.md
create: true
~/.claude/agents:
path: claude/agents
create: true
~/.claude/commands:
path: claude/commands
create: true
~/.claude/skills:
path: claude/skills
create: true
~/.claude/rules:
path: claude/rules
create: true
~/.claude/keybindings.json:
path: claude/keybindings.json
create: true
- create:
# vim
- ~/.vim/undo-history
- shell:
- [iterm2/enable-italics.sh, Enabling italics for iTerm]
- [git submodule update --init --recursive, Installing submodules]