# Robert's standard setup

## System
•⁠  ⁠Set the timezone to America/Los_Angeles
•⁠  ⁠Ensure the system is fully updated

## Packages
•⁠  ⁠Install: openssh-server, joe, htop, curl, wget, git, fish, cifs_utils 

## Users
•⁠  ⁠Create user rcs1000 with password {{secret:RCS_PASSWORD}}
•⁠  ⁠Add rcs1000 to the sudo group
•⁠  ⁠Set rcs1000's default shell to fish

## SSH Configuration
•⁠  ⁠Disable root login via SSH
•⁠  Allow password login
•⁠  ⁠Restart the SSH service

## Custom
•⁠  ⁠Install Tailscale using the official Tailscale apt repository
•⁠  Do not start the Tailscale service, as it requires logging in
•⁠  Install uv using the official uv repository