summaryrefslogtreecommitdiff
path: root/README.md
blob: 8112fd458a224978d9aeb3607beb6b31e7211400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# sarc 

<img src="etc/screenshots/blue.png" width="250px"></img>
<img src="etc/screenshots/red.png" width="250px"></img>
<img src="etc/screenshots/green.png" width="250px"></img>

## About
This is the setup I use on Linux. I use my own versions of paleofetch, dwm, dmenu, and dwmblocks, however st comes from Luke Smith (lukesmith.xyz).

## Installation

### Arch (or Arch based distros)

```
wget https://raw.githubusercontent.com/SkywalkerSW5/sarc/master/PKGBUILD
makepkg -si
```

### Other 

```
git clone https://github.com/SkywalkerSW5/sarc
cd sarc
./install.sh
```