Skip to content

Instantly share code, notes, and snippets.

@tknhs
Last active January 25, 2024 09:19
PECO_VERSION="v0.5.11"
curl -LOk https://github.com/peco/peco/releases/download/${PECO_VERSION}/peco_linux_amd64.tar.gz
tar -xf peco_linux_amd64.tar.gz
sudo chmod +x peco_linux_amd64/peco
sudo cp peco_linux_amd64/peco /usr/local/bin/peco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment