Run:
sudo ./ubuntu_setup.sh
Among other things this makes sure the users from the wheel
group have passwordless sudo.
Add those wheel
users yourself, with sudo usermod -a -G wheel USERNAME
for an existing USERNAME
.
I've made the user toor
to have a dedicated prompt with zsh
, but the choice is ultimately yours.
First:
sudo adduser --encrypt-home {name}
sudo ./govern_user.sh {name}
Log in as this user in Gnome. In there:
- Launch Chromium.
- This creates its config dir.
- Close Chromium and start it again.
- This offers to set it as the default browser.
- Pin it to the dash is wanted.
- Close Chromium.
Then run:
./setup_user.sh
This should configure the Chromium profile, plus set the wallpaper and the profile pic, plus unpack user-specific files.
Done!
wget df.dima.ai -O df.zip && unzip df.zip && mv dotfiles-main dotfiles
if [ -s ~/.ssh/id_ed25519.pub ] ; then echo "Already OK." ; else ssh-keygen -t ed25519 -C "$(whoami)-$(hostname)" ; fi
gpg --list-secret-keys --keyid-format=long
Please refer to the NOTES for deeper details.