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
# oh-my-zsh
/zsh/oh-my-zsh/custom/
# vim backed up files
*~
/vim/vim/autoload

View File

@ -1,13 +1,3 @@
- link:
~/.vim: vim/vim
~/.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
~/.zshrc: zsh/zshrc
~/.oh-my-zsh: zsh/oh-my-zsh
~/.oh-my-zsh/custom:
# force: true
# relink: true
path: zsh/custom
~/.oh-my-zsh/custom/:
glob: true
force: true
path: zsh/custom/*