Skip to content
README.md 1.62 KiB
Newer Older
nimrod's avatar
nimrod committed
# rcfiles

nimrod's avatar
nimrod committed
[![pipeline status](https://git.shore.co.il/nimrod/rcfiles/badges/master/pipeline.svg)](https://git.shore.co.il/nimrod/rcfiles/-/commits/master)
A repository with my rc files and various scripts I have. The purpose is for me
to have revision control of my home directory, 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.
nimrod's avatar
nimrod committed

## Installation

*WARNING: This will overwrite your existing files.*

nimrod's avatar
nimrod committed
```
cd
git init
git remote add origin https://git.shore.co.il/nimrod/rcfiles.git/
git fetch
git reset --hard origin/master
git branch --set-upstream-to=origin/master
nimrod's avatar
nimrod committed
Documents/bin/download-password-db
nimrod's avatar
nimrod committed
.githooks/post-merge
```
nimrod's avatar
nimrod committed

## Dependencies

Care has been taken to make the scripts as portable as possible. Meaning that
they should work out of the box on Debian, Alpine and OpenBSD. This is a
best-effort on my part so mistake are made, feel free to send patches. The
counterpart for this repository is the
[workbench](https://git.shore.co.il/shore/workbench) project where I maintain a
container image with all of the tools I use, but that is for Linux only.
nimrod's avatar
nimrod committed

## License

This software is licensed under the MIT license (see `LICENSE.txt`).

## Author Information

nimrod's avatar
nimrod committed
Nimrod Adar, [contact me](mailto: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
nimrod's avatar
nimrod committed
is located at: <https://git.shore.co.il/explore/>.