Skip to content

Commit

Permalink
install: ripgrep package for debian & homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 19, 2024
1 parent bb884a7 commit 0055e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/terminal-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Neovim runs in a terminal, so using Kitty (or iTerm2 - MacOSX only) are recommen
=== "Debian packages"
Install fzf, gdu and node.js via debian package manager
```shell
apt install fzf gdu
apt install ripgrep fzf gdu
```

=== "Homebrew"
Install fzf, gdu and node.js via Homebrew package manager
Install ripgrep, fzf, gdu and node.js via Homebrew package manager
```shell
brew install fzf gdu
brew install ripgrep fzf gdu nodejs
```

Install btm from its [:fontawesome-brands-github: GitHub repository release page](https://github.com/ClementTsang/bottom/releases/)
Expand Down

0 comments on commit 0055e43

Please sign in to comment.