diff options
| author | typebrook <typebrook@gmail.com> | 2020-04-22 21:39:58 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-04-22 21:39:58 +0800 |
| commit | 3921aa071e9c5b78d52dbf8c335ce9ba97716d6a (patch) | |
| tree | c88d0aec7a43c31459d320c4607b8121560caecb /Makefile | |
| parent | 3455a13ae14276638962f3e4548f72b7da433e27 (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -26,8 +26,6 @@ tig: | |||
| 26 | if [ ! -d "$(HOME)/git/tig" ]; then \ | 26 | if [ ! -d "$(HOME)/git/tig" ]; then \ |
| 27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ | 27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ |
| 28 | fi | 28 | fi |
| 29 | curl https://raw.githubusercontent.com/git/git/v2.3.5/contrib/diff-highlight/diff-highlight \ | ||
| 30 | -o "$$(echo $$PATH | grep -E ~/\[^:\]+ -o | sed -ne 2p)/diff-highlight" | ||
| 31 | 29 | ||
| 32 | zsh: | 30 | zsh: |
| 33 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | 31 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |