Archbento is currently in early development and primarily serves as a learning project.
Pull requests are not being accepted at this time. Issues may be closed without response.
Archbento is an opinionated, minimal Arch Linux bootstrap focused on a clean, comfortable TTY / console-first workflow.
It provides a reproducible baseline with:
- zsh + starship (TTY-safe, no Nerd Fonts required)
- fzf + zoxide
- fastfetch
- a small, intentional CLI toolset
- yay included by default
- an idempotent install script that can be safely re-run
Archbento is designed to be a foundation, not a full desktop. Machine-specific configuration and higher-level environments belong elsewhere.
- Console-first, GUI-agnostic
- Minimal, but not bare
- Observability over decoration
- Reproducible from a fresh Arch install
mainis living, tagged releases are frozen history
From a freshly installed Arch system (TTY):
sudo pacman -S git
git clone https://github.com/buzzycaf/archbento
cd archbento
sudo ./install.shAfter installation, switch to zsh:
chsh -s /bin/zshLog out and log back in (or reboot).