-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
43 lines (33 loc) · 1.18 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
- defaults:
link:
relink: true
create: true
glob: true
- clean: ["~", "~/.zsh", "~/bin", "~/.gitidentities"]
- shell:
- git submodule sync --recursive
- git submodule update --init --recursive
- command: pip3 install --upgrade -r scripts/requirements.txt
description: Install dependencies for scripts in ~/scripts
stdout: true
stderr: true
- command: brew bundle --file manifest/Brewfile
description: Install Homebrew packages
stdout: true
stderr: true
- link:
~/.aws/config: aws/config
~/Library/Preferences/clangd/config.yaml: clang/config.yaml
~/.clang-format: clang/clang-format
~/.jupyter/jupyter_notebook_config.py: jupyter/jupyter_notebook_config.py
~/scripts: scripts
~/.ssh/config: ssh/config
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
~/.zsh: zsh/zsh
~/.zshrc: zsh/zshrc
~/.config/starship.toml: zsh/starship.toml
~/.gitconfig: git/gitconfig
~/.gitalias.txt: git/gitalias.txt
~/.gitattributes: git/gitattributes
~/.gitignore: git/gitignore