These are my workspace day to day preferences.
Dotfiles are managed using chezmoi.
Run the automated installation. This will setup almost everything.
cd ~
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply otaviotech
cd -
After restarting the terminal, don't forget to:
- install tmux plugins by pressing
prefix + I
(<ctrl + a> + I
).