-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdefault.conf.yaml
43 lines (43 loc) · 917 Bytes
/
default.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
43
- clean:
- "~"
- ~/.bin/
- ~/.ssh/
- ~/.config/
- ~/.local/bin/
- ~/.tmux/plugins/
- create:
- ~/.bin
- ~/.ssh
- ~/.config
- defaults:
link:
force: true
- link:
~/.gitconfig: gitconfig
~/.hgrc: hgrc
~/.zshrc: profile
~/.zimrc: zimrc
~/.direnvrc: direnvrc.sh
~/.wezterm.lua: wezterm.lua
~/.ssh/config: ssh/config.plain
~/.config/starship.toml: starship.toml
~/.config/zed/settings.json: preferences/zed/settings.json
~/.pip: pip
- defaults:
link:
force: false
- link:
~/.tigrc: tigrc
~/.psqlrc: psqlrc
~/.tmux.conf: tmux.conf
~/.tmuxp: tmuxp
~/.config/matplotlib: config/matplotlib
~/.config/gopass: config/gopass
~/.config/mpv: config/mpv
~/.config/nvim: config/nvim
~/.jupyter:
create: true
path: jupyter
~/.tmux/plugins/tpm:
create: true
path: vendor/tpm