## 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
```