summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.stow-local-ignore6
-rw-r--r--.stowrc3
-rw-r--r--LICENSE12
-rw-r--r--README.org6
4 files changed, 25 insertions, 2 deletions
diff --git a/.stow-local-ignore b/.stow-local-ignore
new file mode 100644
index 0000000..38f355c
--- /dev/null
+++ b/.stow-local-ignore
@@ -0,0 +1,6 @@
+README.org
+LICENSE
+\.git
+\.stow-local-ignore
+\.stowrc
+
diff --git a/.stowrc b/.stowrc
new file mode 100644
index 0000000..412f5d1
--- /dev/null
+++ b/.stowrc
@@ -0,0 +1,3 @@
+--dir=/home/senders/configs/bin/
+--target=/usr/local/bin/
+--verbose
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b64d22a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+BSD Zero Clause License
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file
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