dotfiles/README.md
2020-05-22 15:47:30 +00:00

21 lines
396 B
Markdown

# 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 ~/.config/homedir
cd ~/.config/homedir && bash setup.sh
```
## Update
Updates all git-repos, vim Plugins, etc.
``` bash
bash ~/.config/homedir/update.sh
```