Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gomezmig03/linux-init-scripts
- Owner: GomezMig03
- License: gpl-3.0
- Created: 2024-05-31T11:07:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T05:35:54.000Z (about 1 month ago)
- Last Synced: 2024-11-12T06:25:33.116Z (about 1 month ago)
- Topics: linux, script
- Language: Shell
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.