first push

This commit is contained in:
Marco Thomas
2019-10-31 10:26:11 +01:00
commit 6448ba1959
6 changed files with 122 additions and 0 deletions

16
config.yaml Normal file
View File

@@ -0,0 +1,16 @@
config:
backup: true
create: true
dotpath: dotfiles
dotfiles:
f_bashrc:
src: bashrc
dst: ~/.bashrc
f_vimrc:
src: vimrc
dst: ~/.vimrc
profiles:
farellien:
dotfiles:
- f_bashrc
- f_vimrc