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
- Host: GitHub
- URL: https://github.com/ahmadassadi/ubuntu-configuration-template
- Owner: ahMADASSadi
- License: gpl-3.0
- Created: 2025-01-03T17:07:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:52:58.000Z (8 months ago)
- Last Synced: 2025-01-28T15:31:07.537Z (8 months ago)
- Topics: installer-script, linux, python, shell, ubuntu
- Language: Shell
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu-Config-Template

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.