-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
51 lines (38 loc) · 1.28 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
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.condarc: managed_tools/conda/condarc
~/.dircolors: managed_tools/dircolors-solarized/dircolors.ansi-light
~/.gitconfig: managed_tools/git/gitconfig
~/.iterm2:
if: '[ `uname` = Darwin ]'
path: managed_tools/iterm2
~/.oh-my-zsh: managed_tools/ohmyzsh
~/.tmux/plugins/tpm: managed_tools/tpm
~/.tmux.conf: managed_tools/tmux/tmux.conf
~/.vim/after: managed_tools/vim/after
~/.vim/bundle/Vundle.vim: managed_tools/vundle
~/.vimrc: managed_tools/vim/vimrc
~/.zshrc: managed_tools/zsh/zshrc
~/Library/Application Support/Code/User/settings.json:
if: '[ `uname` = Darwin ]'
path: managed_tools/vscode/settings.json
~/Library/Preferences/org.videolan.vlc/vlcrc:
if: '[ `uname` = Darwin ]'
path: managed_tools/vlc/vlcrc
- link:
~/.oh-my-zsh/custom/themes/bullet-train.zsh-theme:
path: managed_tools/bullet-train.zsh/bullet-train.zsh-theme
- shell:
-
description: Installing Powerline fonts
command: managed_tools/powerline-fonts/install.sh
-
description: Installing tmux plugins
command: managed_tools/tpm/bin/install_plugins
-
description: Installing Vim plugins
command: vim +PluginInstall +qall