From 218e581ece463b42680a4a445c3e2f3e2a00cc02 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 5 Jan 2022 13:41:46 +0800 Subject: update --- Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a5c793..4f13482 100644 --- a/Makefile +++ b/Makefile @@ -20,14 +20,6 @@ vim: rm -f ~/.vim_runtime/my_configs.vim ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim -tig: - rm -f ~/.tigrc - ln -s `pwd`/tigrc ~/.tigrc - if [ ! -d "$(HOME)/git/tig" ]; then \ - git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \ - cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git; \ - fi - zsh: curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash @@ -66,3 +58,8 @@ mutt: tmux: ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf + +blog: + if [ ! -d "$(HOME)/blog" ]; then \ + git clone ssh://topo/~/blog; \ + fi -- cgit v1.2.3-70-g09d2