„README.md“ ändern

This commit is contained in:
templis 2021-04-04 05:08:32 +02:00
parent 46917cfe91
commit cd6dd42178
1 changed files with 6 additions and 2 deletions

View File

@ -32,7 +32,7 @@ I packaged the above lines into a snippet up. So that you can set things up with
`curl -Lks https://ls.shron.de/dotconf | /bin/bash`
After you've executed the setup any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like:
After you've executed the setup, any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like:
```
config remote add dotconfs url.to.remote.repo
@ -45,4 +45,8 @@ config commit -m "Add bashrc"
config push
```
Install your dotfiles onto a new system (or migrate to this setup)
## Install your dotfiles onto a new system (or migrate to this setup)
```
config pull
```