-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation Software
These four steps pick the everyday applications that come preinstalled: an AUR helper, a text editor, a file manager, and a browser.
The AUR (Arch User Repository) is where community packages live, millions of packages not in the official repos. The installer picks your AUR helper:
-
yay— the most popular AUR helper. -
paru— a Rust-based alternative.
Both work the same way day-to-day (yay -S <pkg> vs paru -S <pkg>). Your retro commands use whichever you choose for package operations.
Pick the editor used by default across the system (for $EDITOR, git commits, cron, and other tools):
-
nvim(Neovim) — modern, feature-rich, recommended for most people. -
vim— the classic. -
vi— the bare minimum. -
nano— the simplest, easiest for beginners.
Tip
New to terminal editors? nano is the friendliest. nvim is worth learning eventually but has a learning curve.
Choose the file manager used when you open folders:
-
nemo— feature-rich and user-friendly (the default). -
thunar— fast and lightweight. -
nautilus— GNOME's file manager. -
yazi— a blazing-fast terminal file manager.
Pick which browser to install:
- Firefox — the default, privacy-respecting choice.
- Zen — a modern, customizable Firefox-based browser.
- Chromium — the open-source base of Chrome.
- None — skip installing a browser.
Your choice is stored as BROWSER_CHOICE and set as the default XDG browser on first boot.
- Config & After — the final step and what happens next
- App Manager — managing applications after install
← Previous: Services · Next → Network Setup
© 2026 itsvlxd & Contributors • GPL-3.0 License | 🤝 Contributing • 🐛 Issues • 🔧 Pulls
Licensed under the GNU General Public License v3.0. You are free to share, modify, and redistribute this documentation under the same copyleft terms, provided completely without warranty of any kind.