mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
19 lines
419 B
YAML
19 lines
419 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- link:
|
|
~/.gitconfig: files/git/gitconfig
|
|
~/.vim: files/vim
|
|
~/.vimrc: files/vimrc
|
|
~/.config/nvim/init.vim: files/vimrc
|
|
~/.config/fish: files/fish
|
|
~/.config/omf: files/omf
|
|
~/.config/key-mapper: files/key-mapper
|
|
~/.gitignore_global: files/git/gitignore_global
|
|
~/.tmux.conf: files/tmux.conf
|