Created
November 18, 2020 00:16
-
-
Save higebu/a446ae3cf0ec96372fc31a8fa4a8f62f to your computer and use it in GitHub Desktop.
Install ghq (https://github.com/x-motemen/ghq)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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