summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-03-30 13:05:31 -0400
committerSteph Enders <steph@senders.io>2023-03-30 13:05:31 -0400
commit2fd263c084069e01dbeb02f4287a016f6c8550be (patch)
treef93116df69d69698a2657cd14b6a4ff848515827 /README.org
parent001ac0517a6956899160bd103e45f4f70cffad4c (diff)
Setup installing programs and LICENSEmain
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.org b/README.org
index 36eaab0..3546f4a 100644
--- a/README.org
+++ b/README.org
@@ -1,13 +1,15 @@
* 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.
-** TODO Installing programs
+** Installing programs
I haven't set it up yet but LIKELY it's just:
#+begin_src shell
- $ stow .
+ $ sudo stow .
#+end_src
** Programs