A simple bash script to install and configure some of the most common software on a fresh Linux installation. This script is meant to be used on Debian-based distributions, RHEL-based distribution, with Arch support coming soon!.
Setup is quite simple, first step is to clone the repository (it is reccomended you do this in the root directory):
git clone https://github.com/ultimatehecker/linux-setup-manager.git
After cloning the repository, open the folder in VSCode, and edit the following code to meet your needs. The inital code is located in the setup.sh
file, which asks for what operating system you are on.
Once you have edited the code to meet your needs, you can run the script by running the following command:
bash setup.sh
- Arch Support
- More Software
- More Customization
- More Operating Systems (not making myself)
- Selective Software Installation