-
Notifications
You must be signed in to change notification settings - Fork 2
/
.install.conf.yaml
57 lines (54 loc) · 1.75 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
---
- clean: ['~']
- link:
~/.dotfiles: ''
~/.gitconfig: gitconfig
~/.gitignore: gitignore
~/.agignore: agignore
~/.grcat: grcat
~/.tmux.conf: tmux.conf
~/.tmux: tmux/
~/.vim: vim/
~/.vimrc: vimrc
~/.gvimrc: gvimrc
~/.ideavimrc: ideavimrc
~/.fzf: fzf/
~/.zsh: zsh/
~/.zshrc: zshrc
~/.zshenv: zshenv
~/.zprezto: zprezto
~/.zpreztorc: zpreztorc
~/.bash_profile: bash_profile
~/.functions: functions
~/.aliases: aliases
~/.config: config
~/.config/nvim: vim/
~/.config/nvim/init.vim: vimrc
~/.ycm_extra_conf.py: vim/settings/ycm_extra_conf.py
~/.vim/bundle/lightline.vim/autoload/lightline/colorscheme/base16_kaye.vim: vim/lightline/base16_kaye.vim
~/.zprezto/modules/prompt/functions/prompt_kaye_setup: zsh/prompt_kaye_setup
- shell:
-
- "ln -sf $(brew --prefix)/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin/diff-highlight"
- "Installing improved diff highlighting"
-
- "git submodule update --init --recursive --remote"
- "Installing/updating submodules"
-
- "tic terminfo/xterm-256color-italic.terminfo; tic terminfo/screen-256color-italic.terminfo"
- "Install custom term info"
-
- "mkdir -p ~/.config/base16-shell ~/.vim/autoload ~/.vim/bundle/lightline.vim/autoload/lightline/colorscheme"
- "Checking folder structure exists"
-
- "mkdir ~/.vim/undodir"
- "Checking folder structure exists"
-
- "~/.fzf/install"
- "Installing fzf"
-
- "curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
- "Installing vim-plug"
-
- "gem install tmuxinator"
- "Installing tmuxinator"