justfiles for automating various tasks on my workstation

Remove todo

Changed files
-1
-1
setup.just
···
fi
find "${DOTFILES_DIR}/config" -maxdepth 1 -mindepth 1 -exec ln -sf {} "${HOME}/.config" \;
-
find "${DOTFILES_DIR}/todo" -maxdepth 1 -mindepth 1 -exec ln -sf {} "${HOME}" \;
find "${DOTFILES_DIR}/zsh" -maxdepth 1 -mindepth 1 -exec ln -sf {} "${HOME}" \;
# vim: ts=4 sts=4 sw=4 et ft=just