Update install.

This commit is contained in:
Jeff Lance 2018-06-28 20:53:56 +02:00
parent 25fe3f292c
commit 18e675469e
4 changed files with 7 additions and 14 deletions

3
.gitignore vendored
View File

@ -5,6 +5,9 @@
# log files # log files
*.log *.log
# oh-my-zsh
/zsh/oh-my-zsh/custom/
# vim backed up files # vim backed up files
*~ *~
/vim/vim/autoload /vim/vim/autoload

View File

@ -1,13 +1,3 @@
- link: - link:
~/.vim: vim/vim ~/.vim: vim/vim
~/.vimrc: vim/vimrc ~/.vimrc: vim/vimrc
- shell:
-
command: vim -E -c ":PlugInstall" -c ":PlugClean" -c ":qa!"
stdin: true
description: Updating and cleaning Vim plugins.
# -
# command: ~/.vim/install
# stdin: true
# description: Updating and cleaning Vim plugins.

View File

@ -2,7 +2,7 @@
~/.zshenv: zsh/zshenv ~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc ~/.zshrc: zsh/zshrc
~/.oh-my-zsh: zsh/oh-my-zsh ~/.oh-my-zsh: zsh/oh-my-zsh
~/.oh-my-zsh/custom: ~/.oh-my-zsh/custom/:
# force: true glob: true
# relink: true force: true
path: zsh/custom path: zsh/custom/*