Ubuntu Setup
- Run
sudo visudo
and addDefaults pwfeedback
to show asterisks when typing a password. - Install the following apt packages:
sudo apt install neovim
.
sudo visudo
and add Defaults pwfeedback
to show asterisks when typing a password.sudo apt install neovim
.