From f1fd1d1170420ddc1d420a4bf48455b700f7aec1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 26 Apr 2024 09:39:59 +0900 Subject: [PATCH 1/2] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078b68e..c666021 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ - default GTK theme if agreed to be installed is Tokyo night GTK themes (dark and light) + Tokyo night SE icons #### 💫 SDDM and GTK Themes offered -- If you opted to install SDDM theme, here's the [`LINK`](https://github.com/JaKooLit/simple-sddm) +- If you opted to install SDDM theme, here's the [`LINK`](https://github.com/JaKooLit/simple-sddm-2) - If you opted to install GTK Themes, Icons and Cursor offered are Tokyo Nights. [`LINK`](https://github.com/JaKooLit/GTK-themes-icons) & Bibata Cursor Modern Ice #### 👀 NVidia GPU Owners. From fbf8545540616215e2de3c1b4c89a77d00c2636d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 07:51:12 +0900 Subject: [PATCH 2/2] Updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c666021..96ab334 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ > [!NOTE] > Main reason why I have not included an uninstallation script is simple. Some packages maybe already installed on your system by default. If I create an uninstall script with packages that I have set to install, you may end up a unrecoverable system. +> [!WARNING] +> Download this script on a directory where you have write permissions. ie. HOME. Or any directory within your home directory. Else script will fail + #### 🆕 Prerequisites - This install script is intended for atleast Server type / Minimal Arch Linux installed. @@ -64,8 +67,8 @@ #### ✨ to run > clone this repo (latest commit only) to reduce file size download by using git. Change directory, make executable and run the script ```bash -git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git -cd Arch-Hyprland +git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprland +cd ~/Arch-Hyprland chmod +x install.sh ./install.sh ```