forked from dotphiles/dotphiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotsyncrc
137 lines (133 loc) · 2.96 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#
# 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
bash_logout
bashrc
byobu
condarc
config/awesome
config/broot
config/calibre
config/dawesome
config/fish
config/fisher
config/i3
config/i3blocks
config/qstardict
config/rofi
config/systemd
config/terminator
#ctags/ctags
#cmus
#curl/curlrc
doom.d
duply/my_amazon
emacs-profile
emacs-profiles.el
emacs.d/personal/custom/config.org
emacs.d/personal/custom.el
emacs.d/personal/essh.el
emacs.d/personal/font.el
emacs.d/personal/init.el
emacs.d/personal/preload/super-keybind.el
emacs.d/personal/preload/theme.el
emacs.d/personal/prelude-modules.el
gitconfig
#git/gitconfig
#git/gitignore
#git/gitattributes
#git/tigrc
#git/gitk
gnupg/gpg.conf
gnupg/gpg-agent.conf
#grc
inputrc
#input/editrc
#input/inputrc
#irssi
#mpd/mpd.conf
#mercurial/hgrc
#mercurial/hgignore
#mutt
#mutt/muttrc
#mutt/offlineimaprc
#mysql/my.cnf
#ncmpcpp/config
#ncmpcpp/error.log
#postgresql/psqlrc
prelude
profile
#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
#task/task
#task/taskrc
tmux.conf
#tmux/tmux.conf
#tmux/tmuxinator
#vim/dotvim:.vim
#vim/vimrc
#vim/gvimrc
#wget/wgetrc
Xmodmap.exwm
Xresources
xinitrc.exwm
xinputrc
xprofile
xsession
xsettingsd
zlogin
zprofile
zshrc
#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]
jw7720 git=NONE
#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]