summaryrefslogtreecommitdiff
path: root/README.org
blob: 3546f4a45f9d69fa66c9a3b2f4f3e0a9e6997372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* Custom Binary Files

This is a place to stow ~/usr/local/bin~ programs/scripts.
Alternatively, we can use ~$HOME/.local/bin~ for userland scripts - but anything that needs more global access can be loaded here.
The big GOTCHA here is how dmenu is invoked and what it's aware of.

** Installing programs

I haven't set it up yet but LIKELY it's just:

#+begin_src shell
  $ sudo 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.