-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
32 lines (32 loc) · 844 Bytes
/
install.conf.yaml
File metadata and controls
32 lines (32 loc) · 844 Bytes
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
- 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:
~/.bin: bin/
~/.amethyst.yml: amethyst/amethyst.yml
~/.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
~/.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"