Skip to content

Instantly share code, notes, and snippets.

View xiaohp's full-sized avatar
🎯
Focusing

xiaohai xiaohp

🎯
Focusing
View GitHub Profile
@xiaohp
xiaohp / README.md
Created June 18, 2018 13:03 — forked from agnoster/README.md
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

@xiaohp
xiaohp / apple-mq.css
Last active September 21, 2017 07:07 — forked from AllThingsSmitty/apple-mq.css
iPhone 6/6 Plus and Apple Watch CSS media queries
/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2)
{ }
/* iPhone 6 portrait */
@media only screen
and (min-device-width: 375px)