diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-15 17:49:12 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-15 17:49:12 +0800 |
| commit | e18d0da5e5a83036035126485080714e1c32b72a (patch) | |
| tree | 32047f6870a381b6370218713377395deb5ec82a /Makefile | |
| parent | de6e49f9db445e20beb36ebe3e3685663c00e875 (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -59,3 +59,7 @@ task: | |||
| 59 | gpg: | 59 | gpg: |
| 60 | sudo ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf | 60 | sudo ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf |
| 61 | gpgconf --reload gpg-agent | 61 | gpgconf --reload gpg-agent |
| 62 | |||
| 63 | mutt: | ||
| 64 | mkdir -p ~/.config/mutt | ||
| 65 | ln -s `pwd`/muttrc ~/.config/mutt/muttrc | ||