Appearance
Desktop Environment
Desktop Environment Installation
Instructions
- Download the files:
bash
git clone https://github.com/ArduinoDenis/desktop-environment.git- To execute the downloaded files, navigate to the Downloads folder and grant the necessary permissions:
bash
cd desktop-environment/ && sudo chmod 700 *- To install KDE, you can execute the following command:
bash
bash kde.sh- To install XFCE, you can execute the following command:
bash
bash xfce.sh- To install LXDE, you can execute the following command:
bash
bash lxde.sh- To install Pantheon, you can execute the following command:
bash
bash pantheon.sh