Skip to content

Instantly share code, notes, and snippets.

View charsdavy's full-sized avatar
🎯
Focusing

Chars charsdavy

🎯
Focusing
View GitHub Profile
@charsdavy
charsdavy / Default (Linux).sublime-keymap
Created August 5, 2016 07:02 — forked from coldnebo/Default (Linux).sublime-keymap
simple scripts to prettify your xml and json in sublime text 2
[
{ "keys": ["ctrl+shift+x"], "command": "tidy_xml" },
{ "keys": ["ctrl+shift+j"], "command": "prettify_json" }
]
@charsdavy
charsdavy / sugarbash.sh
Created May 5, 2016 08:13 — forked from sugarmo/sugarbash.sh
An useful bash source file for Mac OS X.
# 修改agvtool的build版本号
# agvsetv <新的版本号>
agvsetv() {
agvtool new-version -all "$1"
}
# 修改agvtool的市场版本号
# agvsetmv <新的版本号>
agvsetmv() {
agvtool new-marketing-version "$1"