readme.md
This commit is contained in:
parent
1658e9527a
commit
63b45e2e0b
|
|
@ -8,10 +8,16 @@
|
||||||
2. Gum (For pretty prompts)
|
2. Gum (For pretty prompts)
|
||||||
3. Base arch install
|
3. Base arch install
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo pacman -S git gum
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```bash
|
```bash
|
||||||
cd $HOME
|
cd $HOME
|
||||||
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
|
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
./install.sh
|
./install.sh
|
||||||
|
# Installation with no confirmation prompts
|
||||||
|
./insall.sh --yes
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue