GitHub

Post-Installation

After rebooting, log in with your user account and start using your new system.

Package Management

Install additional packages using the recipe package manager:

List available packages
recipe list
Install a package
recipe install ripgrep
View package info
recipe info firefox

See the CLI Reference for all available commands.

System Updates

Keep your system up to date:

Update package lists
recipe update
Upgrade installed packages
recipe upgrade

Graphics Drivers

Intel and AMD graphics work out of the box. For NVIDIA:

Install NVIDIA proprietary drivers
recipe install nvidia-driver
Reboot to load the driver
reboot

Next Steps

  • Install a desktop environment or window manager (Sway, GNOME, KDE, etc.)
  • Set up development tools and editors
  • Review Troubleshooting if you encounter issues