From 4f11562d12d9e57167f8a021b885628490b62c67 Mon Sep 17 00:00:00 2001 From: typebrook Date: Sun, 3 Mar 2019 21:28:23 +0800 Subject: update --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47fe6bb..bebe78d 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,15 @@ apply-alias: ln -s `pwd`/alias ~/.bash_aliases apply-vim: + # amix-vimrc if [ ! -d "$(HOME)/.vim_runtime" ]; then \ git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ sh ~/.vim_runtime/install_awesome_vimrc.sh; \ fi + # vim-plug + curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + rm -f ~/.vim_runtime/my_configs.vim ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim -- cgit v1.2.3-70-g09d2