Skip to content

Instantly share code, notes, and snippets.

@higebu
Created November 18, 2020 00:16
Show Gist options
  • Select an option

  • Save higebu/a446ae3cf0ec96372fc31a8fa4a8f62f to your computer and use it in GitHub Desktop.

Select an option

Save higebu/a446ae3cf0ec96372fc31a8fa4a8f62f to your computer and use it in GitHub Desktop.
#!/bin/bash
gh release download -p ghq_linux_amd64.zip -R x-motemen/ghq
unzip ghq_linux_amd64.zip
sudo cp ghq_linux_amd64/ghq /usr/local/bin/
sudo cp ghq_linux_amd64/misc/bash/_ghq /etc/bash_completion.d/ghq
rm ghq_linux_amd64.zip
rm -rf ghq_linux_amd64
. /etc/bash_completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment