-
Notifications
You must be signed in to change notification settings - Fork 278
/
.install.conf.yaml
55 lines (51 loc) · 1.17 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.agignore:
~/.aria2/aria2.conf:
~/.axelrc:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.editrc:
~/.emacs.d:
~/.emacs:
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/dirmngr.conf: gnupg/dirmngr.conf
~/.gnupg/gpg.conf: gnupg/gpg.conf
~/.haskeline:
~/.hgrc:
~/.inputrc:
~/.ipython/profile_default/ipython_config.py: ipython/ipython_config.py
~/.ipython/profile_default/ipython_kernel_config.py: ipython/ipython_kernel_config.py
~/.ipython/profile_default/startup/disable_warnings.py: ipython/disable_warnings.py
~/.irssi:
~/.pythonrc:
~/.rtorrent.rc:
~/.screenrc:
~/.shell:
~/.tmux.conf:
~/.vim:
~/.vimrc:
~/.zsh:
~/.zshrc:
- create:
- ~/.rtorrent/session
- ~/.rtorrent/watch
- ~/.rtorrent/downloads
- shell:
- git submodule sync --recursive
# the following have to run after linking ~/.gitconfig
- git update-submodules
- >
git cleanall -f
emacs.d/vendor/
irssi/scripts/vendor/
shell/plugins/
vim/pack/vendor/start/
zsh/plugins/