Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cwillsey06/suckless-cw
- Owner: cwillsey06
- License: mit
- Created: 2023-01-29T02:39:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T19:37:54.000Z (about 1 year ago)
- Last Synced: 2024-11-21T13:52:31.914Z (3 months ago)
- Topics: dmenu, dotfiles, dwm, linux, slstatus, st, suckless
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 --remoteThen, 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/sucklessanything not mentioned was some amalgamation
of code made by me, and stuff i found online