aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 275ba9f588168d28b8172e7f138027129b65dc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dotfiles

![Fullscreen](assets/fullscreen.png)
![Fullscreen2](assets/fullscreen2.png)

## Usage
```bash
cd $HOME
git clone https://git.krolyxon.com/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install.sh

## OR ##
## Use auto-yes (you won't be asked to select any packages, everything will be pre-selected)
./install.sh --yes
```