Add README.md

This commit is contained in:
nold 2020-04-27 16:19:47 +00:00
parent 313be4ea23
commit e017d7e686
1 changed files with 20 additions and 0 deletions

20
README.md Normal file
View File

@ -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
```