readme.md

This commit is contained in:
krolxon 2026-01-07 23:26:08 +05:30
parent 1658e9527a
commit 63b45e2e0b
2 changed files with 6 additions and 0 deletions

View File

@ -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
```