Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
11 lines
516 B
YAML
11 lines
516 B
YAML
---
|
|
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles # url zum repo
|
|
dotfiles_repo_path: /home/mg/dotfiles # wo soll das repo lokal gespeichert werden
|
|
dotfiles_repo_branch: master #default branch for checking out
|
|
dotfiles_files: # welche dateien sollen wohin verlinkt werden (ln -s)
|
|
- repo_path: "{{ dotfiles_repo_path }}/.vimrc"
|
|
local_path: "/home/mg/.vimrc"
|
|
dotfiles_dirs: # welche ordner sollen erstellt werden
|
|
- path: /home/mg/.config/i3
|
|
- path: /home/mg/.config/polybar
|
|
dotfiles_owner: mg # chown
|