diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -7,6 +7,7 @@ all: git tig vim tig gpg | |||
| 7 | git: | 7 | git: |
| 8 | rm -f ~/.gitconfig | 8 | rm -f ~/.gitconfig |
| 9 | ln -s `pwd`/gitconfig ~/.gitconfig | 9 | ln -s `pwd`/gitconfig ~/.gitconfig |
| 10 | mkdir -p ~/HOME/git | ||
| 10 | 11 | ||
| 11 | tig: | 12 | tig: |
| 12 | ln -sf `pwd`/tigrc ~/.tigrc | 13 | ln -sf `pwd`/tigrc ~/.tigrc |