From 63b45e2e0bb24215e80482a8a05a422449782f9d Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 7 Jan 2026 23:26:08 +0530 Subject: [PATCH] readme.md --- .local/bin/hypr/{screen_rotate.sh => hypr_screen_rotate.sh} | 0 README.md | 6 ++++++ 2 files changed, 6 insertions(+) rename .local/bin/hypr/{screen_rotate.sh => hypr_screen_rotate.sh} (100%) diff --git a/.local/bin/hypr/screen_rotate.sh b/.local/bin/hypr/hypr_screen_rotate.sh similarity index 100% rename from .local/bin/hypr/screen_rotate.sh rename to .local/bin/hypr/hypr_screen_rotate.sh diff --git a/README.md b/README.md index 3dfef11..044ee64 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,16 @@ 2. Gum (For pretty prompts) 3. Base arch install +```bash +sudo pacman -S git gum +``` + ## Usage ```bash cd $HOME git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles cd ~/.dotfiles ./install.sh +# Installation with no confirmation prompts +./insall.sh --yes ```