/configure-my-os

Set of scripts for configuring my computers.

Primary LanguageMakefileThe UnlicenseUnlicense

Configure my OS

Set of scripts for configuring my computers.

Throughout my GNU/Linux user journey I have used several distributions and desktop environments (DE). I am currently using Manjaro Gnome as the operating system. The last version of Manjaro where the script worked without problems was Manjaro Gnome 23.0.4 minimal.

In every distribution and every DE, I always tried to create a script for the repetitive task of reinstalling everything from scratch.

In this latest version, I'm using Make and Ansible to automate things a little more. To install AUR packages I use ansible-aur with yay.

Usage

First, we need to install make and yay, update and upgrade the system:

./setup.sh

If you have a kernel update, it is recommended that you reboot your computer.

Now we are all set to start the OS setup and application installation script:

make

Dependencies

  • make

Manual Step

Archive