dotfiles
My attempt at dotfiles.
Installation
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply DiegoFleitas
Trying them out
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