Update install.
This commit is contained in:
parent
25fe3f292c
commit
18e675469e
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,6 +5,9 @@
|
||||
# log files
|
||||
*.log
|
||||
|
||||
# oh-my-zsh
|
||||
/zsh/oh-my-zsh/custom/
|
||||
|
||||
# vim backed up files
|
||||
*~
|
||||
/vim/vim/autoload
|
||||
|
@ -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.
|
||||
|
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user