Added setup scripts

This commit is contained in:
Vasili Svirydau
2021-03-23 16:26:57 -07:00
parent 86ccd065a2
commit 4744842ce6
4 changed files with 21 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ find . -maxdepth 1 -type f -printf "%f\0" | while IFS= read -r -d $'\0' P; do
chmod -R o-rwx,g-rwx "$target"
done
for f in $DOTFILES/setup.d/*.sh; do source "$f"; done
unset f;
(
echo "for f in \"$DOTFILES/bash.d/*.sh\"; do source \"\$f\"; done"
echo "unset f"