Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am sapuglha on github.
  • I am sapuglha (https://keybase.io/sapuglha) on keybase.
  • I have a public key ASD4Jl4QanJPeNgUZ3-ZZVtN3L07f7lT04_oui3skmNtBAo

To claim this, I am signing this object:

#!/usr/bin/env sh
USER_SHELL="$HOME/.zshrc"
TIMEZONE="Canada/Mountain"
AVD_DEVICE="Nexus 5X" # replace with your prefered device from 'avdmanager list device'
get_timezone() {
PS3="Choose your timezone: "
options=("Mountain" "Pacific")
select opt in "${options[@]}"