My attempt at dotfiles.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply DiegoFleitas
Remember to put your own info at gitconfig file!
You can simply set up GitHub CodeSpaces to pick up dotfiles here, CodeSpaces will run the installation snippet by itself picking it up from bootstrap.sh
Or create a new Ubuntu WSL2, install & clean up after. ex:
wsl --install -d ubuntu
# delete
# wsl --unregister ubuntu
This repository is now updated and tested for compatibility with Ubuntu 22.04.5 LTS. Ensure you are using this version or later for best results.