mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 08:16:32 +00:00
17 lines
352 B
YAML
17 lines
352 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
|
|
~/.config/kitty/: files/kitty
|
|
~/.gitignore_global: files/git/gitignore_global
|
|
~/.tmux.conf: files/tmux.conf
|