diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-07 23:26:08 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-07 23:26:08 +0530 |
| commit | 63b45e2e0bb24215e80482a8a05a422449782f9d (patch) | |
| tree | 6a8ca69a69c82a19ffe710fe719321cee0d94bd3 | |
| parent | 1658e9527a6c14e01ced5b9a0add3d75c9fda526 (diff) | |
readme.md
| -rwxr-xr-x | .local/bin/hypr/hypr_screen_rotate.sh (renamed from .local/bin/hypr/screen_rotate.sh) | 0 | ||||
| -rw-r--r-- | README.md | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/hypr/screen_rotate.sh b/.local/bin/hypr/hypr_screen_rotate.sh index 5fdf062..5fdf062 100755 --- a/.local/bin/hypr/screen_rotate.sh +++ b/.local/bin/hypr/hypr_screen_rotate.sh @@ -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 ``` |
