Add documentation

This commit is contained in:
2024-09-14 02:03:19 -07:00
parent 3e3d590490
commit 35ee6bd659
2 changed files with 685 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Random Scripts
A large collection of scripts that I use on my own computer. Many of these are
called from other programs (like Emacs or River).
I generally don't add any of these to `$PATH` directly. Instead I use the full
path to refer to these. For example, my river init file uses a variable
called `$SCRIPT_DIR` to find these.
Some of these refer to specific HDMI or DP ports that I have things plugged
into. These will probably not work out of the box if you copy any of these. You
have been warned.