Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hesam-zahiri/desktop_installer
https://github.com/hesam-zahiri/desktop_installer
cinnamon cinnamon-desktop deepin deepin-desktop desktop gnome gnome-desktop kde kde-desktop kde-plasma linux linux-app linux-desktop linux-kernel lxqt lxqt-desktop lxqt-desktop-environment xfce xfce-desktop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hesam-zahiri/desktop_installer
- Owner: hesam-zahiri
- Created: 2023-08-01T20:53:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T17:56:25.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:35:11.054Z (5 months ago)
- Topics: cinnamon, cinnamon-desktop, deepin, deepin-desktop, desktop, gnome, gnome-desktop, kde, kde-desktop, kde-plasma, linux, linux-app, linux-desktop, linux-kernel, lxqt, lxqt-desktop, lxqt-desktop-environment, xfce, xfce-desktop
- Language: Python
- Homepage: https://github.com/hesam-zahiri
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# desktop_installer
You can easily install your favorite desktop on your Linux distribution with this script.(It supports Archbases, Debenbases & Redhat bases.)
# Installation:```
git clone https://github.com/hesam-zahiri/desktop_installer.git
```
# How to use:
```
cd desktop_installer
```
```
python3 (The name of the desktop you want to install).py
```
# To install cinnamon Desktop:
```
python3 cinnamon.py
```
- Choose your distribution base.
# To install deepin Desktop:
```
python3 deepin.py
```
- choose your distribution base.
# to install gnome Desktop:
```
python3 gnome.py
```
- choose your distribution base.
# to install kde Desktop:
```
python3 kde.py
```
- choose your distribution base.
# to install xfce Desktop:
```
python3 xfcce.py
```
- choose your distribution base.
# to install lxqt Desktop:
```
python3 lxqt.py
```
- choose your distribution base.