forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotsyncrc
89 lines (85 loc) · 1.7 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
#
# dotphiles : https://github.com/dotphiles/dotphiles
#
# Config for dotsync.
#
# Authors:
# Ben O'Hara <bohara@gmail.com>
#
# 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
mercurial/hgrc
mercurial/hgignore
#mutt
#mutt/muttrc
#mutt/offlineimaprc
mysql/my.cnf
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
subversion
task/task
task/taskrc
terminfo
tmux/tmux.conf
tmux/tmuxinator
tmux/tmuxp
tmux/tmuxifier
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]
macbook-air.benohara.net git=NONE files=beets/config.yaml:.config/beets/config.yaml,ssh
Bens-MacBook-Pro.local git=NONE files=ssh
mac-mini.benohara.net git=macbook-air.benohara.net files=beets/config.yaml:.config/beets/config.yaml,ssh
nas.benohara.net rsync=macbook-air.benohara.net files=ssh
pi.benohara.net rsync=macbook-air.benohara.net files=ssh
desktop-vm rsync=macbook-air.benohara.net files=ssh
mgmt01.mel.as7551.net rsync=bens-macbook-pro file=ssh
[endhosts]