mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
16 lines
318 B
YAML
16 lines
318 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- link:
|
|
~/.gitconfig: files/git/gitconfig
|
|
~/.config/nvim: files/nvim
|
|
~/.config/fish: files/fish
|
|
~/.config/omp: files/omp
|
|
~/.gitignore_global: files/git/gitignore_global
|
|
~/.tmux.conf: files/tmux.conf
|