Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gomezmig03/linux-init-scripts

Scripts for setting up a fresh Linux-based OS installation.
https://github.com/gomezmig03/linux-init-scripts

linux script

Last synced: about 1 month ago
JSON representation

Scripts for setting up a fresh Linux-based OS installation.

Awesome Lists containing this project

README

        

# Linux Init Scripts
Scripts to automatically set your system up after a fresh install

## How to Use
Download the script for you, if you don't know which one to use, download the Basic one for your distro, then open it, either with double click if your desktop environment supports it, or in the command line using ```./``` before the name of the file, a lot of desktop environments support accessing the command line in a specific directory directly right-clicking in the file explorer and selecting the correspoding option.
For example
```
./BasicFedoraGaming.sh
```
If this doesn't work you can try using ```bash``` before the ```./```, for example
```
bash ./BasicFedoraGaming.sh
```
Make sure you are in the same directory as the file, you can see which is your current directory in the command line with ```pwd```, you can also see current directory archives with ```ls``` and move with ```cd```.

## To do
I would like to add scripts for other distros, as well as a GUI where you could select which programs to install or what tweaks to get.