diff options
Diffstat (limited to 'Makefile')
| -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 |