aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 044ee64577e703dca19f5fb3a6982febf0a06d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
1. Git
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
```