πChromium/Chrome Setup
β¦ Why should you do this setup?
Chromium / Chrome binary is a mandatory requirement for many awesome plugins and commands like AI tools, Screenshot, Rayso, Rayso based logs, Carbon, etc.
Here we will show how to setup this for Debian, Ubuntu, Arch, Fedora and their derivatives.
sudo apt install chromium
sudo apt install chromium-browser
sudo pacman -S chromium
sudo dnf install chromium
nano config.py
CHROME_BIN = "/usr/bin/chromium"
Now to save use Ctrl+O and press Enter , then use Ctrl+X to exit.
Last updated
Was this helpful?