aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-07 16:11:30 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-02-07 16:11:30 +0800
commitd1ccfd32c4f643f31519ef47a1d3935c6663b71d (patch)
tree657ce3ddb80e4247e562f7bf0ec7dc4930f9ad01
parent97c130cef1e672418db2317a0dfee88567475c03 (diff)
update
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0f1e67..0f8af74 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all: git tig vim tig gpg
7git: 7git:
8 rm -f ~/.gitconfig 8 rm -f ~/.gitconfig
9 ln -s `pwd`/gitconfig ~/.gitconfig 9 ln -s `pwd`/gitconfig ~/.gitconfig
10 mkdir -p ~/HOME/git
10 11
11tig: 12tig:
12 ln -sf `pwd`/tigrc ~/.tigrc 13 ln -sf `pwd`/tigrc ~/.tigrc