-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
43 lines (40 loc) · 1.16 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
shell:
stdin: true
stdout: true
stderr: true
- clean: ['~']
- link:
~/.editorconfig: editorconfig.symlink
~/.gitconfig.local: git/gitconfig.local.symlink
~/.gitconfig: git/gitconfig.symlink
~/.gitignore: git/gitignore.symlink
~/.iterm: iterm.symlink
~/.nano: nano.symlink
~/.nanorc: nano/nanorc.symlink
~/.tmux.conf: tmux/tmux.conf.symlink
~/.makepkg.conf: system/makepkg.conf.symlink
~/Library/Application Support/Code/User:
path: vscode.symlink
create: false
force: true
~/.config/Code/User:
path: vscode.symlink
create: false
force: true
~/.zshrc:
path: zsh/zshrc.symlink
force: true
- shell:
# - command: ~/.dotfiles/homebrew/install.sh
- command: git submodule update --init --recursive
- command: ~/.dotfiles/system/install.sh
- command: ~/.dotfiles/fzf/install.sh
- command: ~/.dotfiles/git/install.sh
- command: ~/.dotfiles/macos/set-defaults.sh
- command: ~/.dotfiles/pip/install.sh
- command: ~/.dotfiles/tmux/install.sh
- command: ~/.dotfiles/vscode/install.sh