My personal dotfiles, installed via chezmoi.
mkdir -p "$HOME/.local/bin" && sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply geonautsudo apt update && sudo apt install -y curl && sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply geonaut# Local repo (default) — mounts and applies your working copy
./test/run.sh
# Remote — fetches and applies from GitHub
./test/run.sh --remote