Files
vim-ale/ripgrep/install.sh
2020-06-16 10:45:54 +00:00

10 lines
341 B
Bash

# title: Ripgrep (alias)
# homepage: https://webinstall.dev/rg
# tagline: `ripgrep` (project) is an alias for `rg` (command)
# alias: rg
# description: |
# See https://webinstall.dev/rg
echo "'ripgrep@${WEBI_TAG:-}' (project) is an alias for 'rg@${WEBI_VERSION:-}' (command)"
curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash