-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
48 lines (39 loc) · 1019 Bytes
/
Copy pathinstall.conf.yaml
File metadata and controls
48 lines (39 loc) · 1019 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- link:
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc
~/.zlogin: zsh/zlogin
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/:
create: true
mode: 0700
glob: true
path: gnupg/*
~/.aerospace.toml:
~/.config/nvim:
~/.config/starship.toml:
~/.config/wezterm/wezterm.lua:
~/.config/mise/config.toml: mise/config.toml
~/.config/lazygit/config.yml: lazygit.yaml
~/.npmrc:
~/.claude/settings.json: claude/settings.json
~/.claude/context-token-statusline.py: claude/context-token-statusline.py
- shell:
- [git submodule update --init --recursive, Installing submodules]
- command: ./setups/homebrew.zsh
stdout: true
stderr: true
- command: ./setups/zsh.zsh
stdout: true
stderr: true
- command: mise trust && mise install
stdout: true
stderr: true
- command: ./setups/ssh.zsh
stdout: true
stderr: true