Add README.md
This commit is contained in:
parent
313be4ea23
commit
e017d7e686
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue