Skip to content

Instantly share code, notes, and snippets.

@tknhs
Last active January 25, 2024 09:19
Show Gist options
  • Save tknhs/14e5be7b59048b9c709b4e99bd9984d1 to your computer and use it in GitHub Desktop.
Save tknhs/14e5be7b59048b9c709b4e99bd9984d1 to your computer and use it in GitHub Desktop.
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