Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cwillsey06/suckless-cw

all of my patched & configured suckless software
https://github.com/cwillsey06/suckless-cw

dmenu dotfiles dwm linux slstatus st suckless

Last synced: 18 days ago
JSON representation

all of my patched & configured suckless software

Awesome Lists containing this project

README

        

suckless-cw
===========
a collection of my patched & configured suckless software
also includes some extras, like wallpapers for dwm & etc.

Compilation
-----------
First, clone this repository:
$ git clone --recurse-submodules \
https://github.com/cwillsey06/suckless-cw.git
$ cd suckless-cw
$ git submodule update --remote

Then, build all the included software:
$ find $(pwd -P) -maxdepth 1 -not -path '*/.git' -type d \
-exec sh -c 'cd {} && make' ';'

Then you can choose what to do with the binaries.
Personally, I sym-link them into my ~/.local/bin/:
$ find $(pwd -P) -maxdepth 2 -type f -executable \
-exec ln -sf {} $HOME/.local/bin ';'

Credits
-------
* software, patches: https://suckless.org/
* dwm gruvbox patch: https://git.sr.ht/~deff77/suckless

anything not mentioned was some amalgamation
of code made by me, and stuff i found online