-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
36 lines (30 loc) · 923 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
- defaults:
link:
relink: true
force: true
- clean: ['~']
- link:
~/.zshrc: .zshrc
~/.gitconfig: .gitconfig
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: ./brew.sh
description: Brew
stdout: true
-
command: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" || true
description: Installing Oh My Zsh
stdout: true
-
command: git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
description: Oh my ZSH auto suggestions plugin
stdout: true
-
command: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
description: Oh my ZSH syntax highlight
stdout: true
-
command: ./npm.sh
description: Installing NPM global packages
stdout: true