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

https://github.com/ahmadassadi/ubuntu-configuration-template

Just a simple idea for making Ubuntu a self-suited environment by automating the installation of necessary stuff
https://github.com/ahmadassadi/ubuntu-configuration-template

installer-script linux python shell ubuntu

Last synced: 7 months ago
JSON representation

Just a simple idea for making Ubuntu a self-suited environment by automating the installation of necessary stuff

Awesome Lists containing this project

README

          

# Ubuntu-Config-Template

![Preview](media/image.png)

A simple Ubuntu template for automating the installations of the necessary packages and apps.

As python3 comes out-of-the-box with Ubuntu, for starting this project you only need to use Python whether you are in a virtual environment or not.
try it with `python main.py` in a v. env or `python3 main.py` globally.

hope it suits your needs. Also, contributions are most welcome.