-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
41 lines (35 loc) · 984 Bytes
/
Copy pathinstall.conf.yaml
File metadata and controls
41 lines (35 loc) · 984 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
---
- defaults:
link:
force: true
- clean: ["~"]
- create:
- ~/.config/nvim
- ~/.config/mise
- ~/.config/tmux
- ~/.config/gh-dash
- link:
~/.zshrc: zsh/zshrc
~/.scripts: scripts
~/.config/ghostty: ghostty
~/.config/mise/config.toml: mise/config.toml
~/.config/nvim/init.lua: nvim/init.lua
~/.config/nvim/lua: nvim/lua
~/.config/tmux/tmux.conf: tmux/tmux.conf
# ~/.config/tmux/plugins: tmux/plugins
~/.config/tmuxp: tmuxp
~/.dircolors.ansi-dark: zsh/dircolors.ansi-dark
~/.dircolors.ansi-light: zsh/dircolors.ansi-light
~/.ripgreprc: ripgrep/ripgreprc
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
- shell:
- description: Install Homebrew & predefined packages
command: ./homebrew/install.sh
stdout: true
- description: Install Node
command: ./node/install.sh
stdout: true
- description: Install bob
command: ./bob/install.sh
stdout: true