Added install script to readme

This commit is contained in:
Kievits Rene
2022-06-13 11:34:32 +02:00
committed by GitHub
parent a63d01c176
commit 028320cce7

View File

@@ -53,6 +53,26 @@ Everything you see is done purely because I hate myself and like to give myself
2. Important dependencies but can be replaced, the theme might behave weird without these or without proper reconfiguration!
3. Nice to have and are the default. Can be easily changed without any worries!
#### Using the install script (Thanks to @JulianGR)
>**Arch**
```bash
git clone https://github.com/Crylia/crylia-theme
cd crylia-theme
chmod +x autoinstall_arch.sh
./autoinstall_arch.sh
```
>**Pop!_OS/Ubuntu**
```bash
git clone https://github.com/Crylia/crylia-theme
cd crylia-theme
chmod +x autoinstall_pop_os.sh
./autoinstall_pop_os.sh
```
<details>
<summary><b>1. Dependencies</b></summary>