summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..36eaab0
--- /dev/null
+++ b/README.org
@@ -0,0 +1,25 @@
+* Custom Binary Files
+
+This is a place to stow ~/usr/local/bin~ programs/scripts.
+
+** TODO Installing programs
+
+I haven't set it up yet but LIKELY it's just:
+
+#+begin_src shell
+ $ stow .
+#+end_src
+
+** Programs
+
+*** em
+
+~em~ is an ~emacsclient~ script that makes it easier to envoke ~emacsclient~ in the necessary states. ~nem~ is setup as a bash alias for ~emacsclient -nw~ but this file allows running as a GUI.
+
+This requires ~systemctl --user enable|start emacs~ or ~emacs --daemon~ to have been run.
+
+** LICENSE
+
+I've licensed all scripts under 0BSD here. Most of the scripts here are just bash scripts and other simple files that you should feel free to use. Attribute is nice but not needed. I can't guarantee any of these to /actually work/ outside of my systems - so take caution!
+
+View [[https://opensource.org/license/0bsd/][Zero Clause BSD License]] site.