My personal dotfiles repo, powered by dotbot.
This will install dotbot into ~/.local/bin then clone this repo and run the default profile.
sh -c "$(curl -fsSL tinyurl.com/dotbot)" -- init --apply jcwilloxThere is a prebuilt docker container available based on the full profile.
docker run --rm -ti -e TZ=Australia/Sydney --name dotfiles ghcr.io/jcwillox/dotfiles:latestYou can also build/run the test docker container using:
# build & run dev container
task docker
# build & run full container
task docker-full