update README

This commit is contained in:
Denis Lehmann 2021-09-07 11:56:46 +02:00
parent d8c786f52d
commit 551d7c1d26

View file

@ -1,7 +1,7 @@
* dotlink * dotlink
There are countless ways of managing your dotfiles.. this is also one. There are countless ways of managing your dotfiles.. this is also one.
After trying several approaches and switching between different setups, this method met finally all of my requirements: After trying several approaches and switching between different setups, this method finally met all of my requirements:
- As simple as possible - As simple as possible
- Multiple machines are managed in one repository - Multiple machines are managed in one repository
@ -10,7 +10,7 @@
- Set everything up with one command - Set everything up with one command
- Updating configurations shall require nothing more than =git pull= - Updating configurations shall require nothing more than =git pull=
This is a reference repository which contains a =setup= script and example dotfiles for two machines called =host1= and =host2=. This is a reference repository which contains a =setup= bash script and some example dotfiles for two machines called =host1= and =host2=.
*Warning*: If you want to try this make a backup of your dotfiles! *Warning*: If you want to try this make a backup of your dotfiles!
The =setup= script doesn't overwrite existing files but you never know. The =setup= script doesn't overwrite existing files but you never know.