## Windows
```powershell
winget install sharkdp.fd
winget install BurntSushi.ripgrep.MSVC
```
## Mac
```bash
brew install fd
brew install ripgrep
```
## リンク
- [GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'](https://github.com/sharkdp/fd)
- [GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignore](https://github.com/BurntSushi/ripgrep)