aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-07 23:27:13 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-07 23:27:13 +0530
commitf96621a78869a5268bcb49728fe29682f539f0fc (patch)
tree23a188326603eacc4aad2c99f87edc7a83013024
parent63b45e2e0bb24215e80482a8a05a422449782f9d (diff)
readme.md
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 044ee64..50ce9e2 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,6 @@
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen2.png">
## prerequisites
-1. Git
-2. Gum (For pretty prompts)
-3. Base arch install
-
```bash
sudo pacman -S git gum
```
@@ -19,5 +15,5 @@ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
# Installation with no confirmation prompts
-./insall.sh --yes
+./install.sh --yes
```