diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000000000000000000000000000000000000..38c6bf23b1163a62b464155a95401d90348e3ff3 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) [year] [fullname] + +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. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000000000000000000000000000000000..42a90281de53cd3cd70d088eb1a6488714eb676a --- /dev/null +++ b/README.rst @@ -0,0 +1,35 @@ +rcfiles +******* + +A repository with my rc files. The purpose is for me to have revision control of +my home dir, maybe send somebody a link to an example file and to be browsable +for others (if anyone wants to copy some snippet). Because these are my actual +files that I use right now, the repository is cloned directly to my home +directory and is not meant for mass consumption as it is. + +Usage +----- + +WARNING: This will overwrite your existing files. + +.. code:: shell + + git clone --recursive https://www.shore.co.il/git/rcfiles + cd rcfiles + mv -f $(ls -A) $HOME/ + cd .. + rm -r files + +License +------- + +This software is licensed under the MIT license (see the :code:`LICENSE.txt` +file). + +Author Information +------------------ + +Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website +<https://www.shore.co.il/>`_. Patches are welcome via `git send-email +<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located +at: https://www.shore.co.il/git/.