Skip to content
Ihsan Tonuzi edited this page Mar 14, 2026 · 1 revision

Preinstall Requirements

Run these commands before main installation:

sudo dnf upgrade --refresh -y
sudo dnf install -y curl sed tr

Main Installation

curl -fsSL https://codeberg.org/iton0/dotfiles/wiki/raw/install_script | tr -d '\r' | sed '1d;$d' | bash

Note

The script can be viewed here

Clone this wiki locally