dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 5b4caa6199e2e300d4c02cf5217c24ba12eee5fc
parent 54c05f50f3f3a5b091f619cc18eb8cd2f9b8471d
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 11:31:36 -0700

Update make install to install vim-plug

Eliminates vundle support, ~/.vim symlink creation.

Diffstat:
M.vim/Makefile | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/.vim/Makefile b/.vim/Makefile @@ -1,11 +1,3 @@ -# shells install: - ln -s src/cfg/vim ~/.vim - -vundle: - mkdir -p bundle - git clone https://github.com/VundleVim/Vundle.vim.git bundle/Vundle.vim - -vim_plug: curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim