Skip to content

A user-centric desktop Linux distribution

License

Notifications You must be signed in to change notification settings

natanjunges/bleux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bleUX

A user-centric desktop Linux distribution

  • Based on Ubuntu Desktop 24.04 LTS;
  • Vanilla Gnome DE;
  • Modularly enable/disable core features using scripts;

Installation

Development

sudo apt-get install --no-install-recommends -y equivs git make
git clone https://github.com/natanjunges/bleux.git
cd bleux/repository
./build -j 5 install
cd ..
./customize

Production

wget -q -O - https://raw.githubusercontent.com/natanjunges/bleux/main/customize | sh