diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-03 10:27:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-03 10:27:24 +0900 |
| commit | 098857a0aa200bf0651b82e6589f2eae2f2faf4b (patch) | |
| tree | 5c9baccdf350c839b2771b3319a4507bd4948c85 | |
| parent | 26619755159e1dd6f2f843a1bb7cd2dece63895d (diff) | |
| download | dotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.tar.gz dotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.tar.zst dotfiles-098857a0aa200bf0651b82e6589f2eae2f2faf4b.zip | |
misc: add "hgrep" to INSTALL.txt
| -rw-r--r-- | INSTALL.txt | 5 |
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 ``` |
