diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,13 +51,13 @@ task: | |||
51 | fi | 51 | fi |
52 | 52 | ||
53 | gpg: | 53 | gpg: |
54 | ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf | 54 | ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf |
55 | gpgconf --reload gpg-agent | 55 | gpgconf --reload gpg-agent |
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 |