-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
36 lines (36 loc) · 1.27 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
[
{
"clean": ["~", "~/.i3", ".zrezto/modules/prompt/functions"]
},
{
"link": {
"~/.xinitrc":"X11/xinitrc",
"~/.Xmodmap":"X11/Xmodmap",
"~/.unison/dino.prf": "unison/dino.prf",
"~/.config/polybar": "polybar",
"~/.config/mpd": "mpd",
"~/.ncmpcpp": "ncmpcpp",
"~/.config/tor": "tor",
"~/.config/ranger/rc.conf": "ranger/rc.conf",
"~/.config/rofi": "rofi",
"~/.config/qutebrowser": "qutebrowser",
"~/.scripts": "scripts",
"~/.kube/set-config.sh": "kube/set-config.sh",
"~/.zprezto/modules/prompt/functions/prompt_dino_minimal_setup": "zsh/zprezto/prompt_dino_minimal_setup",
"~/.vimrc": "editor/vimrc",
"~/.asci-logo": "editor/asci-logo",
"~/.gitconfig": "git/gitconfig",
"~/.gitignore_global": "git/gitignore_global",
"~/.i3/config": "i3/config",
"~/.i3status.conf": "i3/i3status.conf",
"~/.Xresources": "X11/Xresources",
"~/.zshrc": "zsh/zshrc",
"~/.zpreztorc": "zsh/zprezto/zpreztorc"
}
},
{
"shell": [
["vim +PluginInstall +qall", "Installing vim plugins"]
]
}
]