Console-like assorted tooling rice
  • CSS 78.1%
  • Lua 21.9%
Find a file
2026-02-09 22:06:54 +07:00
dot_config feat: remove fish 2026-02-09 12:52:54 +07:00
etc/greetd feat: basic instructons and system config 2025-10-14 03:24:30 +07:00
.chezmoiignore feat: basic instructons and system config 2025-10-14 03:24:30 +07:00
dot_bashrc feat: add customizable bashrc 2026-02-09 12:54:22 +07:00
PACKAGES-arch feat: basic instructons and system config 2025-10-14 03:24:30 +07:00
PACKAGES-aur feat: use binary soteria 2026-02-09 22:06:54 +07:00
README.md feat: replace paru with yay 2026-02-09 13:26:10 +07:00

castorice

Configured assortment of tools for rice

A somewhat purple, but nevertheless colorful computing environment based on Arch Linux and niri, distributed as a set of configuration files.

Yes, the name comes from Castorice, because it ends in rice.

Set up castorice from an Arch Linux installation

  1. Install Arch Linux first, either manually or with archinstall.
  2. Make sure you are connected to the network in the Arch Linux installation, has created a user, and that sudo is installed.
  3. Install the packages from the official repository:
cat PACKAGES-arch | sudo pacman -S --needed -
  1. Install yay-bin from the AUR:
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -i
  1. Install the rest of the packages with yay:
cat PACKAGES-aur | yay -S -
  1. Copy system configuration files (for display manager):
sudo cp -r etc/* /etc/
  1. Apply personal dotfiles:
chezmoi init --apply https://github.com/Damillora/castorice.git
  1. Enable the display manager:
systemctl enable --now greetd
  1. Start using castorice!