Skip to content

Instantly share code, notes, and snippets.

@huydhoang
huydhoang / heroku.sh
Created February 16, 2022 13:01 — forked from kogcyc/heroku.sh
how to install the heroku cli on raspberry pi
wget https://cli-assets.heroku.com/branches/stable/heroku-linux-arm.tar.gz
mkdir -p /usr/local/lib /usr/local/bin
sudo tar -xvzf heroku-linux-arm.tar.gz -C /usr/local/lib
sudo ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku
@huydhoang
huydhoang / install-zsh-windows-git-bash.md
Last active December 30, 2021 07:18 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash