README (1135B)
1 dotless 2 ------- 3 4 Automated "dotfiles" setup for all my systems 5 6 Rationale 7 --------- 8 9 For the longest time, I've been pulling each individual subsequent suckless utility for a semi-complete system on a multitude of 10 linux distros, most predominantly LFS now. 11 12 Problem is that, running on a pure tty is tedious work, however since all my systems generally already have some basic 13 utilities before I get a GUI, it makes sense for me to create a POSIX makefile system to build all of it. 14 However, this is intended to be easily "customizable", so users should be able to easily configure anything. 15 16 Building 17 -------- 18 19 There are several options, however the default is very serviceable for any Linux distro. 20 21 Patches 22 ------- 23 24 Sending patches is trivial, the main site of development is on the [stagit repo](https://git.based.pt/dotless.git). 25 This means that all patches aren't sent via PRs on any of the mirrors. 26 27 Run a quick `git format-patch HEAD~1` and send to *cowmonk@based.pt* with the subject head of `[PATCH] dotless]`. 28 Consider reading the manpages of `git-send-email` if you are interested in moving towards email for development. 29