commit 628d1d56c9b41c8b2b09a7a07892282a620ba42a
parent 5cdb354194ba98e3574d769b6968e73b8207f01f
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 12 Jun 2020 01:44:53 -0400
Add README
Diffstat:
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,19 @@
+# Dotfiles
+
+This repository contains configuration files and scripts for the software I use.
+
+I run dwm with dmenu, slstatus, and st. My cusomtizations for those programs can
+be found by following the links below:
+
+* [dwm](https://git.sr.ht/~jbauer/dwm)
+* [dmenu](https://git.sr.ht/~jbauer/dmenu)
+* [slstatus](https://git.sr.ht/~jbauer/slstatus)
+* [st](https://git.sr.ht/~jbauer/st)
+
+Attempts have been made, in both `.bashrc` and `.profile`, to make as many
+programs conform to the XDG Base Directory specification as posisble. Hence,
+some files which would normally be found in the home directory are instead in
+`.config`.
+
+This repository is managed using the [bare git
+repository](https://www.atlassian.com/git/tutorials/dotfiles) method.