diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 15:00:52 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-05 15:00:52 +0800 |
| commit | c7d1d18a14e783c90e36e828c5b8440a10a52b02 (patch) | |
| tree | ea3454ad5041e7f0c9cce4a27d00cdef1c54bbe3 | |
| parent | dcd2c83a44b9372f8602a57a34e2c9066abd1ec5 (diff) | |
update
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -56,8 +56,8 @@ gpg: | |||
| 56 | 56 | ||
| 57 | mutt: | 57 | mutt: |
| 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 | ||
| 62 | tmux: | 62 | tmux: |
| 63 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 63 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |