diff options
Diffstat (limited to 'sd/README.md')
| -rw-r--r-- | sd/README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sd/README.md b/sd/README.md new file mode 100644 index 0000000..c7305a6 --- /dev/null +++ b/sd/README.md @@ -0,0 +1,39 @@ +# 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 +``` + +### Current Themes + +- Red + +- Blue + +- Green + +- Purple + +- Nord + +- Dracula |