aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-03 10:27:24 +0900
committernsfisis <nsfisis@gmail.com>2022-05-03 10:27:24 +0900
commit098857a0aa200bf0651b82e6589f2eae2f2faf4b (patch)
tree5c9baccdf350c839b2771b3319a4507bd4948c85
parent26619755159e1dd6f2f843a1bb7cd2dece63895d (diff)
downloaddotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.tar.gz
dotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.tar.zst
dotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.zip
misc: add "hgrep" to INSTALL.txt
-rw-r--r--INSTALL.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index e394886..372967d 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -31,6 +31,9 @@ $ brew install --cask \
keepassxc \
;
+$ brew tap "rhysd/hgrep" "https://github.com/rhysd/hgrep"
+$ brew install hgrep
+
# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest
$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc
$ sudo atsutil databases -remove
@@ -72,4 +75,6 @@ $ sudo apt install \
$ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat"
$ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd"
+
+$ cargo install hgrep
```