From 5159ed22d5920a04b841d8d5ac332f5f9fdb5bda Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 3 Mar 2020 11:50:04 +0800 Subject: update --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 893d71b..6bac2da 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ .PHONY: * -all: vim git tig +all: git vim tig + +git: + rm -f ~/.gitconfig + ln -s `pwd`/gitconfig ~/.gitconfig vim: # amix-vimrc @@ -15,10 +19,6 @@ vim: rm -f ~/.vim_runtime/my_configs.vim ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim -git: - rm -f ~/.gitconfig - ln -s `pwd`/gitconfig ~/.gitconfig - tig: rm -f ~/.tigrc ln -s `pwd`/tigrc ~/.tigrc -- cgit v1.2.3-70-g09d2