-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dotbot.conf.yaml
40 lines (37 loc) · 893 Bytes
/
.dotbot.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
- defaults:
link:
relink: true
- clean: ["~"]
- link:
~/.wakatime.cfg: .wakatime.cfg
~/.config/kitty:
create: true
path: kitty
~/.config/ghostty:
create: true
path: ghostty
~/.config/base16-shell:
create: true
path: .base16-shell
~/.config/nvim:
create: true
path: nvim
~/.config/starship.toml:
create: true
path: starship.toml
~/.ripgreprc: ripgrep
~/.config/tmuxinator:
create: true
path: tmuxinator
~/.gitconfig: gitconfig
~/.tmux.conf: tmux.conf
~/.zshrc: zshrc
~/Library/Application Support/lazygit/config.yml:
create: true
path: lazygit.yml
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
Installing tmux plugins,
]