Skip to content

Instantly share code, notes, and snippets.

@limay
limay / jest-cheatsheet.md
Created June 17, 2018 03:19 — forked from tpai/jest-cheatsheet.md
paste jest cheatsheet
@limay
limay / addArecord.sh
Created June 17, 2018 03:17 — forked from tpai/addArecord.sh
AWS cheatsheet
HOST_ZONE_ID=
ACTION=
DNS_NAME=
# Add A record for s3 website hosting using custom domain
# Ref: http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html
aws route53 change-resource-record-sets --hosted-zone-id $HOST_ZONE_ID --change-batch "{
\"Changes\": [{
\"Action\": \"$ACTION\",
\"ResourceRecordSet\": {
@limay
limay / iterm2-solarized.md
Created June 14, 2018 13:04 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@limay
limay / gist:ed35e2c2df27937b3d53481f6b464e6d
Last active June 14, 2018 11:53 — forked from chuckwagoncomputing/gist:4234127
pbcopy ssh public key to your clipboard
pbcopy < ~/.ssh/id_rsa.pub
#or
cat ~/.ssh/id_rsa.pub | pbcopy