diff --git a/README.md b/README.md new file mode 100644 index 0000000..0038496 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Home Directory Configuration +This is my personal linux home directory configuration. + +Use at your own risk! + +## Usage + +Setting up this configuration is as simple as it gets: +``` bash +git clone https://git.nold.in/nold/homedir-config ~/.homedir-config +bash ~/.homedir-config/setup.sh +``` + +## Update + +Updates all git-repos, vim Plugins, etc. + +``` bash +bash ~/.homedir-config/update.sh +```