include git/ssh configs

This commit is contained in:
Inhji 2023-05-20 08:55:43 +02:00
parent 0e5d0ac4a6
commit 1842576bf7
2 changed files with 14 additions and 9 deletions

View File

@ -1,9 +0,0 @@
- shell:
- [git submodule update --init --recursive, Updating submodules]
- create:
- ~/.config
- ~/.config/fish
- link:
~/.config/fish/config.fish: config/fish/config.fish

14
install.conf.yaml Normal file
View File

@ -0,0 +1,14 @@
- shell:
- [git submodule update --init --recursive, Updating submodules]
- create:
- ~/.config
- ~/.config/fish
- link:
~/.gitconfig: config/git/gitconfig
~/.gitignore: config/git/gitignore
~/.ssh/config: config/ssh/config
~/.config/fish:
glob: true
path: config/fish/*