-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
45 lines (42 loc) · 1010 Bytes
/
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
- defaults:
link:
create: true
relink: true
force: true
- clean: ['~']
- link:
~/.config/nvim:
path: nvim
~/.config/ranger/rc.conf:
path: ranger/rc.conf
~/.config/ranger/plugins/:
glob: true
path: ranger/plugins/*
~/.rustup/settings.toml:
path: rustup/settings.toml
~/.bashrc:
path: bash/.bashrc
~/.bash_logout:
path: bash/.bash_logout
~/.gitconfig:
path: git/.gitconfig
~/.gitconfig.ssh:
path: git/.gitconfig.ssh
~/.gitconfig.github-ssh:
path: git/.gitconfig.github-ssh
~/.gitconfig.gitlab:
path: git/.gitconfig.gitlab
~/bin:
path: bin
~/.config/starship.toml:
path: starship/starship.toml
~/.config/alacritty/alacritty.yml:
path: alacritty/alacritty.yml
~/.local/share/fonts:
path: fonts
~/.config/rofi:
path: rofi
- create:
- ~/.vim/plugged
- ~/.vim/undodir
- ~/.vim/sessions