Manage dot file with git, see https://www.atlassian.com/git/tutorials/dotfiles
Bootstraping can be done by the brave of heart with:
curl -fsS https://raw.githubusercontent.com/suderio/dotfiles/refs/heads/main/install.sh | shThe install.sh script is literately made of the following code blocks in this page.
git clone --bare [email protected]:suderio/dotfiles "$HOME/.local/dotfiles"
git --git-dir="$HOME"/.local/dotfiles/ --work-tree="$HOME" config --local status.showUntrackedFiles no
git --git-dir="$HOME"/.local/dotfiles/ --work-tree="$HOME" checkoutcurl https://mise.run | sh
mise upMise tasks with all the tools, bells and whistles that can’t be installed with mise tools.
mise tasks ls