Skip to content

Instantly share code, notes, and snippets.

View tuhaihe's full-sized avatar
🎯
Focusing

Dianjin Wang tuhaihe

🎯
Focusing
  • HashData
  • Beijing, China
View GitHub Profile
@tuhaihe
tuhaihe / Macbook-Retina-Screenshot
Created June 8, 2014 12:10
Macbook-Retina-Screenshot
# the path where screenshots to save
SS_PATH="/Users/wangdj/Desktop"
# if you want to save them to your desktop, SS_PATH should be "/Users/YOURNAME/Desktop"
# a variable of unix timestamp for screenshot file name
NOW=$(date +%s)
# execute screen capture command, screenshot$NOW.png is the name of file
screencapture -i -r $SS_PATH/screenshot$NOW@2X.png
@tuhaihe
tuhaihe / Xresources
Last active March 27, 2018 08:37
Xterm configure file ~/.Xresources, add Chinese font support
!xrdb ~/.Xresources
!xterm font and locale
xterm.locale:true
xterm.utf8: true
xterm*utf8Title:true
xterm*fontMenu*fontdefault*Label:Default
xterm*faceName:Menlo:antialias=true:pixelsize=13
xterm*faceNameDoublesize:WenQuanYi Micro Hei Mono:pixelsize=13:antialias=true