-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
34 lines (34 loc) · 1.06 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
- defaults:
link:
create: true
relink: true
force: true
shell:
quiet: true
- shell:
- description: Validating sudo credentials
command: "sudo --validate"
- clean:
~/:
force: true
~/.config:
recursive: true
- link:
# /usr/local/share/zsh/site-functions/_docker-compose: /Applications/Docker.app/Contents/Resources/etc/docker-compose.zsh-completion
# /usr/local/share/zsh/site-functions/_docker: /Applications/Docker.app/Contents/Resources/etc/docker.zsh-completion
~/.bin: bin/
~/.config/alacritty/alacritty.toml: alacritty/alacritty.toml
~/.config/karabiner.edn: karabiner/karabiner.edn
~/.config/karabiner/karabiner.edn: karabiner/karabiner.edn
~/.config/nvim: nvim/
~/.config/starship.toml: starship.toml
# ~/.dotfiles: ""
~/.gitconfig: gitconfig
~/.hammerspoon: hammerspoon
~/.hushlogin: hushlogin
~/.tmux.conf: tmux.conf
~/.tmux: tmux/
~/.zshrc: zsh/zshrc
- shell:
- description: Clearing sudo credential cache
command: "sudo --reset-timestamp"