aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-22 21:31:59 +0800
committertypebrook <typebrook@gmail.com>2020-04-22 21:31:59 +0800
commit3455a13ae14276638962f3e4548f72b7da433e27 (patch)
tree98802b302b1fad4f8976da0f51dc79020220c1f2
parent51ce542687e6d6a2b4737d18efe13a91cd1c7856 (diff)
update
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6886eac..2c12132 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ tig:
26 if [ ! -d "$(HOME)/git/tig" ]; then \ 26 if [ ! -d "$(HOME)/git/tig" ]; then \
27 git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ 27 git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \
28 fi 28 fi
29 curl https://raw.githubusercontent.com/git/git/v2.3.5/contrib/diff-highlight/diff-highlight \
30 -o "$$(echo $$PATH | grep -E ~/\[^:\]+ -o | sed -ne 2p)/diff-highlight"
29 31
30zsh: 32zsh:
31 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 33 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"