.dotfiles/dot.toml

27 lines
337 B
TOML
Raw Normal View History

2024-05-24 16:07:28 +03:00
[[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/*"