-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
42 lines (39 loc) · 900 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
37
38
39
40
41
42
- defaults:
link:
create: true
relink: true
relative: true
- clean: ['~']
- link:
~/.bashrc:
path: link/.bashrc
force: true
~/.bash_profile:
path: link/.bash_profile
force: true
~/.zshrc:
path: link/.zshrc
force: true
~/:
glob: true
path: link/.*
~/.config/nvim: nvim
~/.config/karabiner/karabiner.json:
path: config/karabiner.json
if: '[ `uname` = Darwin ]'
force: true
- shell:
-
command: scripts/migrate-vscode.sh
description: Migrate VS Code configs
stdin: false
stdout: true
-
command: '[ -f offline ] || scripts/vim-plug.sh'
description: Configuring vim plugins
stdin: true
stdout: true
-
command: '! command -v tmux || [ -f offline ] || link/.tmux/plugins/tpm/bin/install_plugins'
description: Install tmux plugins
stdout: true