mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 05:46:30 +00:00
Add readme and LICENSE
This commit is contained in:
parent
272120abf8
commit
e263cbf021
2 changed files with 38 additions and 0 deletions
22
LICENSE
Normal file
22
LICENSE
Normal 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
16
README.md
Normal 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).
|
Loading…
Reference in a new issue