A deeply modified Arch Linux configuration based on HyDE, designed for power users seeking a scalable, professional, and complete development environment optimized for AI-assisted software development in 2026. Built with dotbare for selective dotfile tracking, automated installation scripts, and a comprehensive Makefile for seamless system administration. It integrates the modular RaVN bootstrap framework (Scripts/ravn), custom CLI utilities (Configs/.local/bin), and a dedicated git-setup.sh script for streamlined Git and SSH configuration.
Get the latest features and updates:
sudo pacman -S --needed git base-devel
git clone --depth 1 https://github.com/robert-flo/RaVN ~/RaVN
cd ~/RaVN/Scripts
./install.shTo update RaVN, you will need to pull the latest changes from GitHub and restore the configs by running the following commands:
Caution
The following commands will discard any uncommitted local changes in the repository.
cd ~/RaVN/Scripts
git fetch --update-shallow --depth 1 origin master
git reset --hard origin/master
./install.sh -rWarning
Please note that any configurations you made will be overwritten if listed to be done so as listed by Scripts/restore_cfg.psv.
However, all replaced configs are backed up and may be recovered from in ~/.config/cfg_backups.
RaVNVM is a script that allows you to run RaVN in a virtual machine for testing and development.
# Download and run (will auto-detect missing packages)
curl -L https://raw.githubusercontent.com/robert-flo/RaVN/master/Scripts/ravnvm/ravnvm.sh -o ravnvm
chmod +x ravnvm
./ravnvmwallbash_720p.mp4
Read more at robert-flo.github.io/ravn.
- I actual prefer a well written issue describing features/bugs u want rather than a vibe-coded PR
- I review every line personally and will close if I feel like the quality is not up to standard
This configuration is released under the GNU General Public License v3.0.