aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-05 15:00:52 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-05 15:00:52 +0800
commitc7d1d18a14e783c90e36e828c5b8440a10a52b02 (patch)
treeea3454ad5041e7f0c9cce4a27d00cdef1c54bbe3 /Makefile
parentdcd2c83a44b9372f8602a57a34e2c9066abd1ec5 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index afc76c8..659ad9d 100644
--- a/Makefile
+++ b/Makefile
@@ -56,8 +56,8 @@ gpg:
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