Update install.
This commit is contained in:
parent
25fe3f292c
commit
18e675469e
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
@ -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.
|
|
||||||
|
@ -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/*
|
||||||
|
Loading…
Reference in New Issue
Block a user