This commit is contained in:
Felipe Martin 2023-06-26 20:01:15 +02:00
commit 7e204a3d9f
6 changed files with 124 additions and 0 deletions

5
.config/yadm/bootstrap Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
for f in `ls $HOME/.dotfiles/bootstrap/*.sh`; do
bash $f
done