-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
31 lines (28 loc) · 917 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
- defaults:
links:
relink: true
- clean: ["~"]
- create:
- ~/.config
- link:
~/.tmux.conf: config/tmux.conf
~/.zshrc: config/zshrc
~/.gitconfig: config/gitconfig
~/.config/.gitignore_global: config/gitignore_global
~/.config/proselint: config/proselint
~/.config/nvim: config/nvim
~/.config/kitty:
relink: true
path: config/kitty
# If only there was a cross-platform standard directory in which config files are expected to be stored.
# Perhaps we could even name it something like ".configuration-files"... or... shorter? ".cfiles"?
# Ah well, guess we could never afford such a luxury.
~/Library/Application Support/nushell:
relink: true
path: config/nushell
~/.config/mise: config/mise
~/.config/starship.toml: config/starship.toml
~/.config/.ripgreprc: config/ripgreprc
~/bin:
relink: true
path: bin