-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
41 lines (40 loc) · 1.24 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
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
~/Brewfile: Brewfile
~/Brewfile.lock.json: Brewfile.lock.json
"~/Library/Application Support/nushell/": nushell
~/.config/: .config/
~/.dotfiles: ''
~/.promptline_git_status.sh: .promptline_git_status.sh
~/.promptline_snapshot.sh: .promptline_snapshot.sh
~/.psqlrc: .psqlrc
~/.tmux.conf: .tmux.conf
~/.tmuxline_snapshot: .tmuxline_snapshot
~/.vim/vimrc: .vimrc
~/.zshenv: .zshenv
~/.zshrc:
force: true
path: .zshrc
- shell:
- ['brew --version || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"']
- ["rustup update || curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh"]
-
command: brew bundle
stdout: true
stderr: true
- ["rustup update || curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh"]
- [cargo install tealdeer]
- [cargo install cargo-watch]
- [cargo install cargo-expand]
- [cargo install feel]
- npm:
- 'bash-language-server'
- 'typescript-language-server'
- 'vscode-langservers-extracted'
- 'cssmodules-language-server'
- 'http-server'