forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotsyncrc
99 lines (95 loc) · 2.37 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#
# 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
#ack/ackrc
#aptitude
bin:bin
#ctags/ctags
#cmus
#curl/curlrc
#git/gitconfig
#git/gitignore
#git/gitattributes
#git/tigrc
#git/gitk
gnupg
#grc
#input/editrc
#input/inputrc
#irssi
lbdb
#mpd/mpd.conf
#mercurial/hgrc
#mercurial/hgignore
mutt
mutt/muttrc
mutt/mbsyncrc
#mutt/offlineimaprc
#mysql/my.cnf
msmtp/msmtprc
#ncmpcpp/config
#ncmpcpp/error.log
#postgresql/psqlrc
#python/pythonrc
#python/pylintrc
#rpm/rpmmacros
#ruby/irbrc
#ruby/pryrc
#ruby/gemrc
#ruby/railsrc
#ruby/rdebugrc
#ruby/aprc
#ruby/caprc
#screen/screenrc
#shell/hushlogin
#shell/urlview
#ssh
#subversion
systemd:.config/systemd/user
#task/task
#task/taskrc
tmux/tmux.conf
tmux/tmuxinator
vim/dotvim:.vim
vim/vimrc
#vim/gvimrc
#wget/wgetrc
zsh/fasdrc
zsh/dotzsh:.zsh
zsh/zlogin
zsh/zlogout
zsh/zprofile
zsh/zshenv
zsh/zshrc
[endfiles]
# Hosts to sync
## hostname type=masterhost, ANY or NONE files=dotfile:tolink,another:tolink
[hosts]
maude.home git=ANY
localhost git=ANY
duke-cs-136-dhcp-188 git=ANY
#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]