Initial
This commit is contained in:
commit
7e204a3d9f
6 changed files with 124 additions and 0 deletions
5
.config/yadm/bootstrap
Executable file
5
.config/yadm/bootstrap
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for f in `ls $HOME/.dotfiles/bootstrap/*.sh`; do
|
||||
bash $f
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue