https://github.com/document10/taiga
Application for quickly configuring DEs
https://github.com/document10/taiga
desktop-environment linux linux-app linux-configuration linux-desktop linux-environment linux-gui linux-python linux-script linux-setup python ui unix
Last synced: about 13 hours ago
JSON representation
Application for quickly configuring DEs
- Host: GitHub
- URL: https://github.com/document10/taiga
- Owner: document10
- Created: 2023-07-26T13:52:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T20:26:35.000Z (over 2 years ago)
- Last Synced: 2023-12-02T21:26:42.836Z (over 2 years ago)
- Topics: desktop-environment, linux, linux-app, linux-configuration, linux-desktop, linux-environment, linux-gui, linux-python, linux-script, linux-setup, python, ui, unix
- Language: Python
- Homepage:
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TAIGA
Taiga or Terminal Application for Installing Graphical Appliances is a terminal program for configuring a desktop environment,sound server and other useful components on the system.The application is controlled using the keyboard and you will see what keys to press for performing actions in the app.
## Running TAIGA
For running the program you will need `sudo` and `pciutils` installed on the system.Guides for installing and checking if these components are installed are available on the wiki.
### Running from binary
The `master` or `dev` branches won't include binaries by default,instead those are included on the `bin` branches which contain only the binary specific to the platform.To get the `Linux` binary run:
```
git clone https://github.com/document10/taiga -b bin_linux
```
And for the `FreeBSD` binary run:
```
git clone https://github.com/document10/taiga -b bin_fbsd
```
The binaries are also avalaible on the [Releases](https://github.com/document10/taiga/releases) page.
After getting the binary relevant to your system,ensure you have enough rights to run the binary using:
```sh
sudo chmod 777 taiga
```
Running the script is pretty straightforward:
```sh
./taiga
```
You can also load a config created with the script using:
```sh
./taiga [configfile]
```
where [configfile] is the path to the config.
### Running from source
You will additionally need the latest version of python as well as `simple-term-menu` as a `pip` library.Instructions on setting up those are on the wiki.