-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
39 lines (35 loc) · 922 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
- clean: ['~', '~/.cargo']
- clean:
~/.config:
recursive: true
- create:
- ~/.cargo
- ~/.config
- ~/tmp
- link:
~/.config/:
force: true
create: true
glob: true
relink: true
path: etc/*
~/bin/:
force: true
create: true
glob: true
relink: true
path: bin/*
# ~/Library/LaunchAgents/com.raphjaph.bitcoin-signet.plist: com.raphjaph.bitcoin-signet.plist
# ~/Library/LaunchAgents/com.raphjaph.bitcoin-testnet.plist: com.raphjaph.bitcoin-testnet.plist
~/.zshrc: etc/zshrc
~/.zsh:
force: true
create: true
glob: true
relink: true
path: etc/zsh/*
- shell:
- [git submodule update --init --recursive, Installing submodules]
# - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# - brew install just
# - just all