From 0be3a54e99767172a567523b7898f1eb75135ff5 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 21 Jan 2019 23:29:34 +0800 Subject: update --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b8d5dbb..b8137ea 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ apply-alias: rm -f ~/.bash_aliases ln -s `pwd`/alias ~/.bash_aliases apply-vim: + if [ ! -d "~/.vim_runtime" ]; then \ + git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ + sh ~/.vim_runtime/install_awesome_vimrc.sh; \ + fi rm -f ~/.vim_runtime/my_configs.vim ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim apply-tig: -- cgit v1.2.3-70-g09d2