Skip to content

sudo-Tiz/LARBRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LARBRE - Arch Linux Auto Setup

Automated post-installation script for Arch Linux that installs and configures a complete Hyprland desktop environment.

Quick Start

  1. Install Arch Linux (follow install guide)

  2. Run the script as root:

    curl -LO https://raw.githubusercontent.com/sudo-Tiz/LARBRE/main/larbre.sh
    sh larbre.sh
  3. Done! Your system is ready to use.

What it does

  • Creates a new user account
  • Installs 200+ packages (desktop environment, applications, development tools)
  • Configures Hyprland wayland compositor
  • Sets up my personal dotfiles
  • Configures battery monitoring for laptops
  • Sets up secure DNS and network privacy
  • Set up Minecraft theme for GRUB and Plymouth

Included Software

  • Desktop: Hyprland, Ashell, Wofi
  • Terminal: Foot, Zsh with Powerlevel10k
  • Editor: Neovim
  • Browser: Qutebrowser, Firefox, Brave
  • Media: MPV, Mixxx, Reaper
  • Development: Git, Docker, VSCodium, Ansible
  • Games: Steam, Luanti

Full list in progs.csv.

Requirements

  • Fresh Arch Linux installation
  • Internet connection
  • Run as root user

Customization

Edit these variables at the top of larbre.sh:

  • dotfilesrepo: Your dotfiles repository
  • progsfile: Your package list (CSV format)

CSV Format

The package list uses 3 columns:

TAG,PACKAGE,DESCRIPTION
,firefox,"is a web browser"
A,yay,"is an AUR helper"
G,https://github.com/user/repo.git,"is a git program"
  • Empty TAG = Official repository
  • A = AUR package
  • G = Git repository (make install)

Other Versions

  • Xorg branch: For X11 users, check the xorg branch with my previous configuration (unmaintained)

Credits

Based on LARBS by Luke Smith. Special thanks to Luke for creating the original auto-rice bootstrapping concept that highly inspired this project.

About

Ludicrously Automated Ridiculousness with Bootlegged Rice Extracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages