-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
42 lines (37 loc) · 1.19 KB
/
install.conf.yaml
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
- defaults:
link:
relink: true
- clean: ["~"]
- create:
- ~/.config
- ~/.config/zsh
- ~/.config/ghostty
- ~/.config/fish
- ~/Documents/workarea
- ~/.completions
- ~/bin
- ~/.tmux
- ~/.tmux/plugins
- ~/Library/Application Support/Code/
- ~/Library/Application Support/Code/User
- ~/Library/Application Support/lazygit/
- link:
~/.completions/tmux_kube.sh: completions/tmux_kube.sh
~/.config/nvim: nvim
~/.config/ranger: ranger
~/.config/ghostty/config: ghostty/config
~/.config/zsh/.zshenv: zsh/zshenv
~/.config/fish/config.fish: fish/config.fish
~/.config/zsh/.env: zsh/zshenv
~/.config/zsh/.zshrc: zsh/zshrc
~/.gitconfig: git/gitconfig
~/bin/view.py: ~/Documents/workarea/wakatime-view/view.py
~/.tmux.conf: tmux/tmux.conf
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/lazygit/config.yml: lazygit/config.yml
~/Pictures/wallpaper1.png: wallpaper/wallpaper1.png
- shell:
- command: brew bundle --file brew/Brewfile
stderr: true
stdout: true