From fd14ddb04a2eee567fc234ed77ef4d8c07cf496e Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 6 Feb 2022 16:12:57 +0800 Subject: update --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3c1d6c..d0f1e67 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .ONESHELL: .PHONY: * -all: git vim tig gpg +all: git tig vim tig gpg mkdir -p ~/git git: @@ -19,8 +19,7 @@ vim: 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 + ln -sf `pwd`/vimrc ~/.vim_runtime/my_configs.vim zsh: curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash @@ -71,4 +70,3 @@ pass: if [ ! -d "$(HOME)/.password-store" ]; then git clone ssh://topo/~/.password-store ~/.password-store; fi - -- cgit v1.2.3-70-g09d2