Linux Installation and Navigation of User Software
Automate your Linux setup: install essentials, extras, dotfiles, and more with a single script.
LINUS makes setting up a fresh Linux system quick, easy, and repeatable.
LINUS is designed for Ubuntu-based systems (like Ubuntu, Linux Mint, or Pop!_OS). If you can open a terminal and run sudo
, you're good to go!
Before you start, make sure you have:
sudo
)git
(for grabbing dotfiles and updates)python3
(for desktop config magic)Not sure if you have everything? Don't worry, LINUS will let you know if something's missing.
git clone https://github.com/merijnvervoorn/LINUS && cd LINUS
chmod +x linus.sh
./linus.sh
Tip: You can run LINUS again any time to update or tweak your setup.
Setting up a new Linux system can be a hassle; hunting down your favorite apps, cleaning out the bloat, and getting your environment just right. LINUS is your personal Linux setup assistant: it takes care of the boring parts so you can get productive (or start gaming) faster.
LINUS removes unwanted default apps, installs everything you actually use (from browsers to media tools to dev utilities), sets up your dotfiles, and even gives your desktop a personal touch. All with a few prompts in your terminal.
Just run the script and answer a few simple questions. Want to skip something? Just say no. Prefer your own dotfiles or Git config? You can swap them in easily.
LINUS keeps your system fresh by updating and cleaning up as it goes. You can update LINUS itself with a single git pull
.