From e017d7e686574e6a1a2d1d4f234256926d6a3941 Mon Sep 17 00:00:00 2001 From: nold Date: Mon, 27 Apr 2020 16:19:47 +0000 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md 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 +```