-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
51 lines (50 loc) · 1.28 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
48
49
50
51
- link:
~/.zshrc: .zshrc
~/.config: .config
~/.gitconfig: .gitconfig
~/.tmux.conf: .tmux.conf
- shell:
-
command: xcode-select --install
stdout: true
-
command: brew update
stdout: true
-
command: brew tap homebrew/cask-fonts
stdout: true
-
command: brew install --cask font-hack-nerd-font
stdout: true
-
command: brew install lua
stdout: true
-
command: brew install ripgrep
stdout: true
-
command: brew install tmux
stdout: true
-
command: brew install nvim
stdout: true
-
command: brew install node
stdout: true
-
command: sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
stdout: true
description: Installing oh-my-zsh
-
command: npm i -g vscode-langservers-extracted
stdout: true
description: Installing vscode language server
-
command: npm install -g typescript typescript-language-server
stdout: true
description: Installing typescript language server
-
command: sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
stdout: true
description: Installing Vim Plug for nvim