Personal configs and libraries, managed under dotfiles.
I'll try to comply with popular tools listed in dotfiles page, you can check the details in this page.
Repo: https://github.com/TheLocehiliosan/yadm
(3.5.0)
cd $HOME
tempfile=$(mktemp) && curl -fLo $tempfile https://github.com/TheLocehiliosan/yadm/raw/3.5.0/yadm && chmod u+x $tempfile
$tempfile clone --no-bootstrap https://github.com/AVM-Martin/dotfiles
$tempfile submodule update --init --checkout .local/lib/yadm
$tempfile bootstrap
rm -rf $tempfile