diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-07 16:11:30 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-07 16:11:30 +0800 |
| commit | d1ccfd32c4f643f31519ef47a1d3935c6663b71d (patch) | |
| tree | 657ce3ddb80e4247e562f7bf0ec7dc4930f9ad01 | |
| parent | 97c130cef1e672418db2317a0dfee88567475c03 (diff) | |
update
| -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 |