dotfiles/install.conf.yaml

19 lines
410 B
YAML
Raw Permalink Normal View History

2023-05-20 08:55:43 +02:00
- shell:
- [git submodule update --init --recursive, Updating submodules]
- create:
- ~/.config
- link:
~/.gitconfig: config/git/gitconfig
~/.gitignore: config/git/gitignore
~/.ssh/config: config/ssh/config
~/.config:
create: true
glob: true
path: config/dot_config/**/*
~/.local/bin:
create: true
glob: true
path: config/scripts/*