Add readme and LICENSE

This commit is contained in:
Felix Suchert 2021-02-01 10:23:27 +01:00
parent 272120abf8
commit e263cbf021
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 38 additions and 0 deletions

22
LICENSE Normal file
View file

@ -0,0 +1,22 @@
MIT License
Copyright (c) 2020 Felix Wittwer
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# My Dotfile collection
In this repository I collect and version the dotfiles I use on my different machines. There are thousands of dotfile repositories on GitHub already, but this is mine.
Most of the things found here are either stolen from friends and [/r/unixporn](https://reddit.com/r/unixporn) or the result of hours of configuration frenzy.
I should also add that some of the oldest config blobs in this repo date back to 2015 when I was just starting out with this. So don't expect too much.
Feel free to re-use and copy this if something catches your eye!
## Organization
- [entropy](./entropy) contains the configuration for my work machine, running [NixOS](https://nixos.org)
- [tycho](./tycho) contains the config files specific to my Mac (still WIP).
## License
All work in this repository, with the exception of images made by Simon Stålenhag are licenced under the [MIT license](./LICENCE).