summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-03-30 11:04:43 -0400
committerSteph Enders <steph@senders.io>2023-03-30 11:04:43 -0400
commit001ac0517a6956899160bd103e45f4f70cffad4c (patch)
tree2d44f19c3f14ac6e7ce1fab82258eb4150553752 /README.org
Setup repo and define em script
Create bin stow repo and emacsclient helper script
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.