docs: add README.md and LICENSE

This commit is contained in:
Bradan J. Wolbeck 2026-06-15 22:45:23 -06:00
parent 5a799760a4
commit ff72fe0240
2 changed files with 24 additions and 0 deletions

14
LICENSE Normal file
View file

@ -0,0 +1,14 @@
BSD Zero Clause License
Copyright (C) 2026 by Bradan J. Wolbeck <bwolbeck@compaqdisc.com>
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.

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# dotfiles
Personal config across Debian/Ubuntu/Proxmox/Void distros.
# Installation
Clone:
```
git clone https://git.nanikore.de/compaqdisc/dotfiles.git ~/.dotfiles
```