-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
55 lines (51 loc) · 1.42 KB
/
install.conf.yaml
File metadata and controls
55 lines (51 loc) · 1.42 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
- defaults:
link:
relink: true
brewfile:
stdout: true
stderr: true
include: ["tap", "brew", "cask", "mas"]
sudo: brewuser
- clean: ["~"]
- shell:
- [git submodule update --init --recursive]
- link:
~/.claude/agents: claude/agents
~/.claude/CLAUDE.md: agents/AGENTS.md
~/.claude/commands: claude/commands
~/.claude/skills: claude/skills
~/.claude/settings.json: claude/settings.json
~/.config/aliases.zsh: zsh/aliases.zsh
~/.config/direnv: direnv
~/.config/lazygit/config.yml:
create: true
path: git/lazygit.yml
~/.mempalace: mempalace
~/.config/mise: mise
~/.config/ohmyzsh: ohmyzsh
~/.config/opencode/AGENTS.md:
create: true
path: agents/AGENTS.md
~/.config/opencode/opencode.json: opencode/opencode.json
~/.config/opencode/prompts: claude/commands
~/.config/starship.toml: starship.toml
~/.config/worktrunk: worktrunk
~/.config/zed: zed
~/.ctags: ctags
~/.gemrc: gemrc
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
~/.iex.exs: iex.exs
~/.livebookdesktop.sh: livebookdesktop.sh
~/.psqlrc: psqlrc
~/.ssh/config: ssh/config
~/.tmux.conf: tmux.conf
~/.warp: warp
~/.zprofile: zsh/.zprofile
~/.zshenv: zsh/.zshenv
~/.zshrc: zsh/.zshrc
~/.hammerspoon:
if: "[ `uname` = Darwin ]"
path: hammerspoon
- shell:
- ["cd ~/dotfiles && brew bundle"]