|
|
|
@ -7,8 +7,8 @@ Use at your own risk!
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
git clone https://git.nold.in/nold/homedir-config ~/.config/homedir |
|
|
|
|
cd ~/.config/homedir && bash setup.sh |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Update |
|
|
|
@ -16,5 +16,5 @@ bash ~/.homedir-config/setup.sh
|
|
|
|
|
Updates all git-repos, vim Plugins, etc. |
|
|
|
|
|
|
|
|
|
``` bash |
|
|
|
|
bash ~/.homedir-config/update.sh |
|
|
|
|
bash ~/.config/homedir/update.sh |
|
|
|
|
``` |
|
|
|
|