-
Notifications
You must be signed in to change notification settings - Fork 1
/
.install.conf.yaml
69 lines (68 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#- defaults:
# link:
# relink: true
- clean: ["~"]
- shell:
# - git update-submodules # after linking ~/.gitconfig
- [git submodule update --init --recursive, Installing submodules]
- link:
~/.config/.dotfiles:
relink: true
path: ""
~/.zshenv:
relink: true
path: "xdg_config/zsh/.zshenv"
~/.config/.zsh:
relink: true
path: "xdg_config/zsh"
~/.config/.localrc:
relink: true
path: "xdg_config/.localrc"
~/.config/.hushlogin:
relink: true
path: "xdg_config/.hushlogin"
~/.config/.editorconfig:
relink: true
path: "xdg_config/.editorconfig"
~/.config/.inputrc:
relink: true
path: "xdg_config/.inputrc"
~/.config/nvm:
relink: true
path: "xdg_config/nvm"
~/.config/.warp:
relink: true
path: "xdg_config/warp"
~/.config/lazygit:
relink: true
path: "xdg_config/lazygit"
~/.config/nvim:
relink: true
path: "xdg_config/nvim"
~/.config/astronvim:
relink: true
path: "xdg_config/astronvim"
~/.config/vim:
relink: true
path: "xdg_config/vim"
~/.config/git:
relink: true
path: "xdg_config/git"
# ~/.config/.gitconfig:
# relink: true
# path: "xdg_config/git/.gitconfig"
# ~/.config/.gitattributes:
# relink: true
# path: "xdg_config/git/.gitattributes"
# ~/.config/.gitignore:
# relink: true
# path: "xdg_config/git/.gitignore_global"
~/.config/.cheatsheet:
relink: true
path: "misc/cheatsheet"
~/projects:
relink: true
path: "$PROJECTS"
- shell:
# - git update-submodules # after linking ~/.gitconfig
- [git submodule update --init --recursive, Installing submodules]