sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq && sudo chmod +x /usr/local/bin/yq
curl -sSL https://github.com/BurntSushi/ripgrep/releases/latest/download/ripgrep-$( \
curl -s https://api.github.com/repos/BurntSushi/ripgrep/releases/latest \
| jq -r .tag_name \
)-x86_64-unknown-linux-musl.tar.gz \
| sudo tar -xz -C /usr/local/bin --strip-components=1 --wildcards '*/rg' && chmod a+x /usr/local/bin/rg