readme.md

This commit is contained in:
krolxon 2026-01-07 23:27:13 +05:30
parent 63b45e2e0b
commit f96621a788
1 changed files with 1 additions and 5 deletions

View File

@ -4,10 +4,6 @@
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen2.png"> <img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen2.png">
## prerequisites ## prerequisites
1. Git
2. Gum (For pretty prompts)
3. Base arch install
```bash ```bash
sudo pacman -S git gum sudo pacman -S git gum
``` ```
@ -19,5 +15,5 @@ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles cd ~/.dotfiles
./install.sh ./install.sh
# Installation with no confirmation prompts # Installation with no confirmation prompts
./insall.sh --yes ./install.sh --yes
``` ```