Merge branch 'master' of github.com:/crh0831/dotfiles-vim

This commit is contained in:
2018-03-31 15:55:17 -04:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vim/.netrwhist

View File

@@ -13,7 +13,7 @@ softlinks: apps
@ln -vsf ${PWD}/.vimrc ${HOME}/.vimrc
apps:
@sudo apt install vim
@sudo apt install vim || sudo yum install vim
@test -d ${HOME}/.fzf && git --git-dir=${HOME}/.fzf/.git --work-tree=${HOME}/.fzf pull && ${HOME}/.fzf/install --all \
|| (git clone --depth 1 https://github.com/junegunn/fzf.git ${HOME}/.fzf && ${HOME}/.fzf/install --all)