aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-05 18:03:54 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-05 18:03:54 +0800
commitc22e1e24ba97ba6a8be733548e84c7514267a1e2 (patch)
treecdbc3a47b61a2a13bada04b9e0aa2775ebd11013 /Makefile
parent5456eb312fbcfde82c909789f02aa114a54f0957 (diff)
parentb74d10b33450a2b46cc56312cba89092c4d8254f (diff)
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index afc76c8..a6eb2be 100644
--- a/Makefile
+++ b/Makefile
@@ -51,13 +51,13 @@ task:
51 fi 51 fi
52 52
53gpg: 53gpg:
54 ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf 54 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf
55 gpgconf --reload gpg-agent 55 gpgconf --reload gpg-agent
56 56
57mutt: 57mutt:
58 mkdir -p ~/.config/mutt 58 mkdir -p ~/.config/mutt
59 ln -sf `pwd`/muttrc ~/.config/mutt/muttrc 59 ln -sf `pwd`/mutt/muttrc ~/.config/mutt/muttrc
60 ln -sf `pwd`/misc/mailcap ~/.mailcap 60 ln -sf `pwd`/mutt/mailcap ~/.mailcap
61 61
62tmux: 62tmux:
63 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 63 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf