From 028320cce7e2ec2ee2d978b1959c415bc3432e77 Mon Sep 17 00:00:00 2001 From: Kievits Rene Date: Mon, 13 Jun 2022 11:34:32 +0200 Subject: [PATCH] Added install script to readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index a5e542f..88395ea 100644 --- a/README.md +++ b/README.md @@ -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 +``` +
1. Dependencies