-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
72 lines (72 loc) · 3.13 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
67
68
69
70
71
72
- clean: []
- link:
~/.dotfiles: ''
~/.bashrc:
path: bashrc
force: true
~/.bashrc.d: bashrc.d
~/.tmux.conf:
path: tmux.conf
force: true
~/.tmux.conf.d: tmux.conf.d
~/.Xresources:
path: Xresources
force: true
~/.Xmodmap:
path: Xmodmap
force: true
~/.config/i3/config:
path: i3-config
force: true
~/.i3status.conf:
path: i3status.conf
force: true
~/.config/redshift.conf:
path: redshift.conf
force: true
~/bin: bin
~/.ssh/config.d: ssh.config.d
~/.gnupg/gpg.conf: gpg.conf
~/.gnupg/gpg-agent.conf: gpg-agent.conf
~/.dynamic-colors: submodules/dynamic-colors
~/.gitconfig: gitconfig
~/.vimrc: vimrc
~/.rtorrent.rc: rtorrent.rc
~/.workrave/workrave.ini: workrave.ini
- shell:
- [mkdir -p ~/.bash-completion ~/.urxvt/ext ~/.password-store/.extensions ~/.vim/autoload ~/.vim/bundle, Making directories to link submodules into]
- [git submodule update --init --recursive, Installing submodules]
- [make -C submodules/translate-shell]
- [submodules/fzf/install --bin]
- link:
~/.bash-completion/tmux.completion.bash: submodules/bash-it/completion/available/tmux.completion.bash
~/.bash-completion/fzf.completion.bash: submodules/fzf/shell/completion.bash
~/.urxvt/ext/font-size: submodules/urxvt-font-size/font-size
~/bin/ssh: submodules/ssh-ident/ssh-ident
~/bin/trans: submodules/translate-shell/build/trans
~/bin/fzf: submodules/fzf/bin/fzf
~/bin/fzf-tmux: submodules/fzf/bin/fzf-tmux
~/.password-store/.extensions/otp.bash: submodules/pass-otp/otp.bash
~/.password-store/.extensions/tail.bash: submodules/pass-extension-tail/src/tail.bash
~/.password-store/.extensions/tailedit.bash: submodules/pass-extension-tail/src/tailedit.bash
~/.password-store/.extensions/pin.bash: submodules/pass-extension-pin/pin.bash
~/.password-store/.extensions/passphrase.bash: submodules/pass-extension-passphrase/passphrase.bash
~/.password-store/.extensions/wifi_qr.bash: submodules/pass-extension-wifi_qr/wifi_qr.bash
~/.password-store/.extensions/update.bash: submodules/pass-update/update.bash
~/.vim/autoload/pathogen.vim: submodules/vim-pathogen/autoload/pathogen.vim
~/.vim/bundle/vim-sensible: submodules/vim-sensible
~/.vim/bundle/fzf: submodules/fzf
~/.vim/bundle/fzf.vim: submodules/fzf.vim
~/.vim/bundle/vim-fugitive: submodules/vim-fugitive
~/.vim/bundle/vim-sleuth: submodules/vim-sleuth
~/.vim/bundle/vim-commentary: submodules/vim-commentary
~/.vim/bundle/vim-surround: submodules/vim-surround
~/.vim/bundle/vim-rsi: submodules/vim-rsi
~/.vim/bundle/vim-signify: submodules/vim-signify
~/.vim/bundle/syntastic: submodules/syntastic
~/.vim/bundle/vim-airline: submodules/vim-airline
~/.vim/bundle/vim-airline-themes: submodules/vim-airline-themes
~/.vim/bundle/vim-colors-solarized: submodules/vim-colors-solarized
~/.vim/bundle/vim-ledger: submodules/vim-ledger
~/.vim/bundle/vim-easy-align: submodules/vim-easy-align
~/.vim/bundle/editorconfig-vim: submodules/editorconfig-vim