-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
47 lines (44 loc) · 1.59 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
- defaults:
relink: true
create: true
- clean: ['~']
- link:
~/.gitconfig:
force: true
path: git/gitconfig
~/.tmux.conf:
force: true
path: tmux/tmux.conf
~/.tmux.conf.local:
force: true
path: tmux/tmux.conf.local
~/.vim:
force: true
path: vim
~/.vimrc:
relink: true
path: vim/vimrc
~/.oh-my-zsh/custom/themes/hydai.zsh-theme:
force: true
path: oh-my-zsh/custom/themes/hydai.zsh-theme
~/.zshrc:
force: true
path: oh-my-zsh/zshrc
- shell:
-
command: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
stdout: true
stderr: true
description: Install oh-my-zsh
-
command: vim +PlugInstall +qall
stdout: true
description: Install vim plugin
-
command: sh -c "git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting"
stdout: true
description: Install zsh-syntax-highlighting
-
command: sh -c "git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
stdout: true
description: Install zsh-autosuggestions