commit e1864c5f9bb8d7b52d2ac571591f30b0691a3197
Author: cowmonk <cowmonk@based.pt>
Date: Thu, 19 Mar 2026 22:58:16 +0000
Initial Commit
Diffstat:
2 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) 2026 cowmonk <cowmonk@based.pt>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README b/README
@@ -0,0 +1,27 @@
+dotless
+-------
+
+Automated "dotfiles" setup for all my systems
+
+Rationale
+---------
+
+For the longest time, I've been pulling each individual subsequent suckless utility for a semi-complete system on a multitude of
+linux distros, most predominantly LFS now.
+
+Problem is that, running on a pure tty is tedious work, however since all my systems generally already have some basic
+utilities before I get a GUI, it makes sense for me to create a POSIX makefile system to build all of it.
+
+Building
+--------
+
+
+Patches
+-------
+
+Sending patches is trivial, the main site of development is on the [stagit repo](https://git.based.pt/dotless.git).
+This means that all patches aren't sent via PRs on any of the mirrors.
+
+Run a quick `git format-patch HEAD~1` and send to *cowmonk@based.pt* with the subject head of `[PATCH] dotless]`.
+Consider reading the manpages of `git-send-email` if you are interested in moving towards email for development.
+