27 lines
337 B
TOML
27 lines
337 B
TOML
|
[[dots]]
|
||
|
path = "~/.zshrc"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.gitconfig"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/starship.toml"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/tmux/tmux.conf"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/nvim/**/*"
|
||
|
ignore = [
|
||
|
"README.md$"
|
||
|
]
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/mpv/*.conf"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/btop/btop.conf"
|
||
|
|
||
|
[[dots]]
|
||
|
path = "~/.config/alacritty/*"
|