Skip to content

Commit d9ba733

Browse files
committed
Bump version and update example config
1 parent 85730af commit d9ba733

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bin/dotsync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2727
#
2828

29-
DOTSYNC_VERSION=0.2.0
29+
DOTSYNC_VERSION=0.2.1
3030

3131
PROG=`basename $0`
3232
if [[ -z "$DOTFILES" ]]; then

templates/dotsyncrc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ dotsyncrc
7070
#zsh/zshrc
7171
[endfiles]
7272

73-
## hostname type=masterhost, ANY or NONE
73+
## hostname type=masterhost, ANY or NONE files=dotfile:tolink,another:tolink
7474
[hosts]
75-
#host1.example.com git=ANY #git repo, pull from anywhere
76-
#host2.example.com git=ANY #git repo, pull from anywhere
77-
#host3.example.com git=ANY #git repo, pull from anywhere
78-
#host4.example.com git=host5.example.com #git repo, pull from host5
79-
#host5.example.com git=NONE #git repo, local only
80-
#host6.example.net rsync=host1.example.com #rsync mirror, push from host1
81-
#host7.example.net rsync=host2.example.com #rsync mirror, push from host2
82-
#host8.example.net rsync=host2.example.com #rsync mirror, push from host2
83-
#host9.example.net rsync=host2.example.com #rsync mirror, push from host2
75+
#host1.example.com git=ANY files=custom/dotfile #git repo, pull from anywhere and link a custom dotfile
76+
#host2.example.com git=ANY #git repo, pull from anywhere
77+
#host3.example.com git=ANY #git repo, pull from anywhere
78+
#host4.example.com git=host5.example.com #git repo, pull from host5
79+
#host5.example.com git=NONE #git repo, local only
80+
#host6.example.net rsync=host1.example.com #rsync mirror, push from host1
81+
#host7.example.net rsync=host2.example.com #rsync mirror, push from host2
82+
#host8.example.net rsync=host2.example.com #rsync mirror, push from host2
83+
#host9.example.net rsync=host2.example.com #rsync mirror, push from host2
8484
[endhosts]
8585

0 commit comments

Comments
 (0)