mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 16:26:32 +00:00
18 lines
352 B
YAML
18 lines
352 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- link:
|
|
~/.gitconfig: files/gitconfig
|
|
~/.vim: files/vim
|
|
~/.vimrc: files/vimrc
|
|
~/.config/fish: files/fish
|
|
~/.config/omf: files/omf
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|