Blog: 2026-01-07

From razwiki
Revision as of 12:36, 7 January 2026 by Razzi (talk | contribs) (Created page with "Setting up another user account on raspberry pi os. First apt update didn't work cause the network wouldn't connect to certain domains that apt update wanted. I created a new user: sudo adduser razzi sudo adduser razzi sudo Then I logged in with that user, set up passwordless sudo, installed fish, changed my default shell, and logged out and logged back in for fish to be the shell the terminal would start with. I made the terminal font bigger but the default dark bl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Setting up another user account on raspberry pi os. First apt update didn't work cause the network wouldn't connect to certain domains that apt update wanted. I created a new user:

sudo adduser razzi
sudo adduser razzi sudo

Then I logged in with that user, set up passwordless sudo, installed fish, changed my default shell, and logged out and logged back in for fish to be the shell the terminal would start with.

I made the terminal font bigger but the default dark blue is just so dark ... gonna look into installing the default debian or ubuntu terminal app since lxterminal seems more limited. Worse defaults for colors and fonts (default font size was only 10px!)