diff options
author | Steph Enders <steph@senders.io> | 2023-03-30 13:05:31 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-03-30 13:05:31 -0400 |
commit | 2fd263c084069e01dbeb02f4287a016f6c8550be (patch) | |
tree | f93116df69d69698a2657cd14b6a4ff848515827 | |
parent | 001ac0517a6956899160bd103e45f4f70cffad4c (diff) |
Setup installing programs and LICENSEmain
-rw-r--r-- | .stow-local-ignore | 6 | ||||
-rw-r--r-- | .stowrc | 3 | ||||
-rw-r--r-- | LICENSE | 12 | ||||
-rw-r--r-- | README.org | 6 |
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 + @@ -0,0 +1,3 @@ +--dir=/home/senders/configs/bin/ +--target=/usr/local/bin/ +--verbose @@ -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 @@ -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 |