.dotfiles/dot.toml

30 lines
382 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/*"
[[dots]]
path = "~/.local/bin/nvimstart.sh"