dotfiles/README.md

21 lines
396 B
Markdown
Raw Normal View History

2020-04-27 16:19:47 +00:00
# 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
2020-05-22 15:47:30 +00:00
git clone https://git.nold.in/nold/homedir-config ~/.config/homedir
cd ~/.config/homedir && bash setup.sh
2020-04-27 16:19:47 +00:00
```
## Update
Updates all git-repos, vim Plugins, etc.
``` bash
2020-05-22 15:47:30 +00:00
bash ~/.config/homedir/update.sh
2020-04-27 16:19:47 +00:00
```