-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.conf.yaml
66 lines (63 loc) · 1.43 KB
/
install.conf.yaml
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
- defaults:
link:
create: true
- clean:
~/:
~/bin:
force: true
~/.tmuxinator:
force: true
- link:
~/.ctags.d: ctags.d
~/.gitconfig:
~/.gitignore:
~/.git_template:
~/.npmrc:
~/.vimrc:
force: true
~/.vim:
force: true
~/.ideavimrc:
~/.screenrc:
~/.psqlrc:
~/.sqliterc:
~/.irbrc:
~/.pryrc:
~/.pylintrc:
~/.pdbrc:
~/.zshrc:
path: zsh/zshrc
force: true
~/src/bobwhitelock/dotfiles/oh-my-zsh/custom/themes/bob.zsh-theme:
path: zsh/theme.zsh-theme
# ~/.ipython/profile_default/ipython_config.py:
# path: ipython_config.py
~/.tmux.conf:
~/.tmuxinator:
path: tmuxinator/*
glob: true
~/bin/:
path: bin/*
glob: true
~/.config/terminator:
path: config/terminator
~/.config/htop:
path: config/htop
~/.config/coc/extensions/package.json:
path: config/coc/extensions/package.json
~/.config/pgcli/config:
path: config/pgcli/config
~/.tmux/plugins:
path: tmux/plugins
~/.compleat:
# Link in any files from `dotfiles-private`; in separate `link` section for
# clarity and to avoid clashes in destination dir names with above.
- link:
~/.tmuxinator:
path: ../dotfiles-private/tmuxinator/*
glob: true
~/bin/:
path: ../dotfiles-private/bin/*
glob: true
~/.aws/config:
path: ../dotfiles-private/aws/config