22 lines
488 B
Markdown
22 lines
488 B
Markdown
# Dotfiles
|
|
|
|
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen.png">
|
|
<img src="https://github.com/krolyxon/dotfiles/blob/master/assets/fullscreen2.png">
|
|
|
|
## Prerequisites
|
|
```bash
|
|
sudo pacman -S git gum stow
|
|
```
|
|
|
|
## Usage
|
|
```bash
|
|
cd $HOME
|
|
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
|
|
cd ~/.dotfiles
|
|
./install.sh
|
|
|
|
## OR ##
|
|
## Use auto-yes (you won't be asked to select any packages, everything will be selected by default)
|
|
./install.sh --yes
|
|
```
|