From 1f55ff59d7b50bfb659fa3e81cd9b627a1c3c807 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 6 Feb 2022 14:56:27 +0800 Subject: update --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b86ef9f..e3c1d6c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ git: rm -f ~/.gitconfig ln -s `pwd`/gitconfig ~/.gitconfig +tig: + ln -sf `pwd`/tigrc ~/.tigrc + vim: # amix-vimrc if [ ! -d "$(HOME)/.vim_runtime" ]; then @@ -15,9 +18,7 @@ vim: cd ~/.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 - + 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