-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
44 lines (40 loc) · 948 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
- defaults:
link:
relink: true
force: false
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
~/.Xdefaults:
~/.asdfrc:
~/.alias:
~/.bash_profile:
~/.bashrc:
force: true
~/.env:
~/.gitconfig:
~/.minttyrc:
~/.oh-my-zsh:
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions:
create: true
path: zsh-autosuggestions
~/.oh-my-zsh/custom/plugins/zsh-history-substring-search:
create: true
path: zsh-history-substring-search
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting:
create: true
path: zsh-syntax-highlighting
~/.oh-my-zsh/custom/themes/powerlevel10k:
create: true
path: powerlevel10k
~/.p10k.zsh:
~/.ripgreprc:
~/.screenrc:
~/.vim:
~/.vim/pack/vendor/start/vim-just:
create: true
path: vim-just
~/.vimrc:
~/.zprofile:
~/.zshrc: