-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotdrop.yml
133 lines (133 loc) · 2.65 KB
/
dotdrop.yml
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
actions:
install_tty_theme: sudo cp ~/.local/share/fonts/ter-powerline-v16n.psf.gz /usr/lib/kbd/consolefonts/.
&& \ wget https://raw.githubusercontent.com/josuah/config/master/.local/bin/tty-theme
-O ~/bin/tty-theme && \ chmod +x ~/bin/tty-theme
install_youcompleteme: cd ~/vim/pack/start/aairey/YouCompleteMe && \ ./install.py
--tern-completer --gocode-completer && \ cd -
config:
backup: true
banner: true
create: true
dotpath: ~/dotfiles
ignoreempty: false
keepdot: false
link_dotfile_default: link
link_on_import: link
longkey: false
showdiff: true
workdir: ~/.config/dotdrop
dotfiles:
d_fonts:
actions:
- install_tty_theme
dst: ~/.local/share/fonts
link: link_children
src: local/share/fonts
d_oh-my-zsh:
dst: ~/.oh-my-zsh
link: link
src: oh-my-zsh
d_terminator:
dst: ~/.config/terminator
link: link_children
src: config/terminator
d_vim:
dst: ~/.vim
link: link_children
src: vim
f_aliases:
dst: ~/.aliases
link: link
src: aliases
f_bash_logout:
dst: ~/.bash_logout
link: link
src: bash_logout
f_bashrc:
dst: ~/.bashrc
link: link
src: bashrc
f_bashrc_debian:
dst: ~/.bashrc_debian
link: link
src: bashrc_debian
f_bugwarriorrc:
dst: ~/.config/bugwarrior/bugwarriorrc
link: link
src: config/bugwarrior/bugwarriorrc
f_functions:
dst: ~/.functions
link: link
src: functions
f_gitconfig:
dst: ~/.gitconfig
link: link
src: gitconfig
f_profile:
dst: ~/.profile
link: link
src: profile
f_timewarrior.cfg:
dst: ~/.timewarrior/timewarrior.cfg
link: link
src: timewarrior/timewarrior.cfg
f_tmux.conf:
dst: ~/.tmux.conf
link: link
src: tmux.conf
f_vimrc:
dst: ~/.vimrc
link: link
src: vimrc
f_zsh_plugins.txt:
dst: ~/.zsh_plugins.txt
link: link
src: zsh_plugins.txt
f_zshrc:
dst: ~/.zshrc
link: link
src: zshrc
profiles:
base:
dotfiles:
- f_vimrc
- d_vim
- f_zshrc
- d_oh-my-zsh
- f_profile
- f_aliases
- f_functions
- f_gitconfig
- f_tmux.conf
- f_zsh_plugins.txt
osx:
include:
- base
debian9:
dotfiles:
- f_bashrc_debian
- f_bash_logout
include:
- base
ubuntu1804:
include:
- debian9
centos8:
include:
- base
fedora30:
include:
- base
aairey-be-le01-eu-trimblecorp-net:
dotfiles:
- d_fonts
- d_terminator
- f_bugwarriorrc
- f_timewarrior.cfg
include:
- fedora30
arsenal.home.airey.be:
dotfiles:
- f_bash_logout
include:
- fedora30