From 2fd263c084069e01dbeb02f4287a016f6c8550be Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 30 Mar 2023 13:05:31 -0400 Subject: Setup installing programs and LICENSE --- .stow-local-ignore | 6 ++++++ .stowrc | 3 +++ LICENSE | 12 ++++++++++++ README.org | 6 ++++-- 4 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 .stow-local-ignore create mode 100644 .stowrc create mode 100644 LICENSE 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 -- cgit v1.2.3-54-g00ecf