-
Notifications
You must be signed in to change notification settings - Fork 0
/
install_hrefs.conf.yaml
50 lines (47 loc) · 1.08 KB
/
install_hrefs.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
44
45
46
47
48
49
50
- defaults:
link:
relink: true
create: true
- clean: ["~"]
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
~/.config/kitty:
path: mac/kitty
force: true
~/.config/alacritty:
path: mac/alacritty
force: true
~/.config/karabiner:
path: mac/karabiner
force: true
~/.tmux.conf:
path: mac/tmux/tmux.conf
force: true
~/.wezterm.lua:
path: mac/wezterm/wezterm.lua
force: true
~/Library/Application Support/code/user/settings.json:
path: mac/vscode/settings.json
force: true
~/.zshrc:
path: mac/zsh_hrefs/.zshrc
force: true
~/.config/nvim:
path: mac/nvim_lua
force: true
~/.config/nvim/ftdetect/astro.lua:
path: mac/nvim_ftdetect/astro.lua
force: true
~/.gitconfig:
path: mac/git/gitconfig
force: true
~/.ideavimrc:
path: mac/idea/.ideavimrc
force: true
~/.ocamlinit:
path: mac/ocaml/.ocamlinit
force: true
~/.utoprc:
path: mac/ocaml/.utoprc
force: true