LabWC config time

This commit is contained in:
Out Of Ideas 2024-02-05 12:57:06 -06:00
parent b363f1541b
commit 53d2926e71

View file

@ -1598,12 +1598,22 @@ Right click on the screen and click **Exit**. Then press **Ctrl** + **Alt** + **
Log in as your regular user at the prompt.
Install `git`.
```
sudo xbps-install git
```
Obtain the Labwc configuration files.
```
mkdir -p ~/.config/labwc
git clone https://git.disroot.org/oink/Grandma
```
Create directories.
```
mkdir -p .Git Desktop Backup Documents/PDF Documents/Emails Downloads Misc Music Pictures/Screenshots Videos/Movies
```
Enter the `.Git` directory.
```
cd .Git
```