-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.install.conf.yaml
35 lines (31 loc) · 911 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.vim:
~/.vimrc:
~/.tmux.conf:
~/.gitconfig:
~/.zshrc:
- git:
'~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting':
url: 'https://github.com/zsh-users/zsh-syntax-highlighting.git'
description: 'zsh plugin: zsh-syntax-highlighting'
'~/.oh-my-zsh/custom/plugins/zsh-autosuggestions':
url: 'https://github.com/zsh-users/zsh-autosuggestions'
description: 'zsh plugin: zsh-autosuggestions'
- shell:
-
command: vim +PlugUpdate +qall &> /dev/null
stdin: true
stdout: true
stderr: true
description: Install vim plugins
-
command: git submodule sync --recursive
description: sync submodules
-
command: git submodule update --init --recursive
description: update submodules