forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotsyncrc
55 lines (51 loc) · 1.76 KB
/
dotsyncrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Config for dotsync.
#
# Authors:
# Ben O'Hara <[email protected]>
#
# Location of your dotfiles in $HOME
# DOTFILES=.dotfiles
# dotfiles to symlink
#
# srcfile:dstfile
# dstfile will be '.$srcfile' by default (with path removed)
#
[files]
# Uncomment examples below
dotsyncrc
ansible
aws
bin:bin
byobu
config
terraform.d
figlet
git/gitattributes
git/gitconfig
git/gitignore
liquidprompt
shell/aliases
tmux/dottmux:.tmux
tmux/tmux.conf
vim/dotvim:.vim
vim/vimrc
zsh/zshrc
oh-my-zsh
[endfiles]
# Hosts to sync
## hostname type=masterhost, ANY or NONE files=dotfile:tolink,another:tolink
[hosts]
Pran-ROG type=masterhost
#host1.example.com git=ANY files=custom/dotfile #git repo, pull from anywhere and link a custom dotfile
host2.example.com git=ANY #git repo, pull from anywhere
#host3.example.com git=ANY #git repo, pull from anywhere
#host4.example.com git=host5.example.com #git repo, pull from host5
#host5.example.com git=NONE #git repo, local only
#host6.example.net rsync=host1.example.com #rsync mirror, push from host1
#host7.example.net rsync=host2.example.com #rsync mirror, push from host2
#host8.example.net rsync=host2.example.com #rsync mirror, push from host2
#host9.example.net rsync=host2.example.com #rsync mirror, push from host2
[endhosts]