diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:22:46 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-11-26 11:22:46 +0800 |
commit | bc2fe859365abe548d4a4434f7c5c66e3b66d862 (patch) | |
tree | 02f86a910459b09e80edd214a1d1172ebdb41688 | |
parent | 4337c1bb33f84c5413efcaab164e97d31e617f0a (diff) |
update
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,3 +63,6 @@ gpg: | |||
63 | mutt: | 63 | mutt: |
64 | mkdir -p ~/.config/mutt | 64 | mkdir -p ~/.config/mutt |
65 | ln -sf `pwd`/muttrc ~/.config/mutt/muttrc | 65 | ln -sf `pwd`/muttrc ~/.config/mutt/muttrc |
66 | |||
67 | tmux: | ||
68 | ln -sf `pwd`misc/tmux.conf ~/.tmux.conf | ||