mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
16 lines
266 B
YAML
16 lines
266 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
force: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- link:
|
|
~/.gitconfig: files/gitconfig
|
|
~/.vim: files/vim
|
|
~/.vimrc: files/vimrc
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|