diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -46,9 +46,13 @@ pass: | |||
| 46 | git clone ssh://vps/~/.password-store ~/.password-store; | 46 | git clone ssh://vps/~/.password-store ~/.password-store; |
| 47 | fi | 47 | fi |
| 48 | 48 | ||
| 49 | mutt: | 49 | ~/.local/share/application: |
| 50 | mkdir -p $@ | ||
| 51 | |||
| 52 | mutt: ~/.local/share/application | ||
| 50 | rm -rf ~/.config/mutt | 53 | rm -rf ~/.config/mutt |
| 51 | ln -sf `pwd`/mutt ~/.config/mutt | 54 | ln -sf `pwd`/mutt ~/.config/mutt |
| 55 | ln -sf `pwd`/mutt/mutt.desktop $< | ||
| 52 | 56 | ||
| 53 | tmux: | 57 | tmux: |
| 54 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 58 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |