cleanup dotfiles

This commit is contained in:
Jacob Janzen 2024-12-29 11:39:07 -06:00
parent c54e33b4fa
commit 445a5ff792

View file

@ -56,7 +56,7 @@ find -- . -maxdepth 1 -type d | sed '/\(^\.$\|^\.\/\.git$\|\.\/common\)/d' | whi
echo creating root "$root"
root=$(echo "$root" | sed 's/\(\.\/\|\/$\)//')
echo root after cleanup: "$root"
echo "- [[https://jjanzen.ca/dotfiles/${root}][${root}]]" >> index.org
echo "- [[${root}][${root}]]" >> index.org
cd "$root" || exit
create_dir_tree "$root"
cd ~/dotfiles || exit