Files
dotfiles/install.conf.yaml
T
Adam Lamers 2bc6dd6846 Add zsh plugin
zsh-autosuggestions
zsh-syntax-highlighting
2016-11-15 17:28:35 -06:00

26 lines
600 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vim: vim
~/.dotfile_util: util
~/.vimrc: vimrc
~/.vimrc_vundle: vimrc_vundle
~/.zpreztorc: zpreztorc
~/.zshrc: zshrc
~/.zprezto: prezto
~/.bash_profile: bash_profile
~/.bash_prompt: bash_prompt
~/.git_prompt.sh: git_prompt.sh
~/.git-completion.bash: git-completion.bash
~/.dictionary.txt.gz: dictionary.txt.gz
~/.common_shell_functions: common_shell_functions
~/.zsh: zsh
- shell:
- [git submodule update --init --recursive, Installing submodules]