File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 安装 Command Line Tools
2+
3+ ```
4+ ✗ xcode-select --install
5+ 或者自动安装:
6+ ✗ brew doctor
7+ ```
8+
9+
10+ ## sublime
11+
12+ [ 下载] ( https://www.sublimetext.com/3 )
13+
14+ [ 文档] ( http://www.sublimetext.com/docs/3/ )
15+
16+ [ Package Control] ( https://packagecontrol.io/installation )
17+
18+
19+ ## 插件安装
20+
21+ shift + cmd + p 打开命令面板
22+
23+ 输入 “Package Control: Install Package” 命令
24+
25+ 输入安装插件的简写或全拼,找到后回车安装
26+
27+
28+ JSCS-Formatter 依赖 nodejs
29+
30+ ```
31+ ✗ brew install node
32+ ✗ node -v
33+ v6.7.0
34+ ```
35+
36+
37+ 终端为subl添加软链
38+ ```
39+ ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl
40+ ```
41+
42+ 破解(没有尝试,没有验证)
43+ ```
44+ ✗ cd /Applications/Sublime Text.app/Contents/MacOS
45+ ✗ vim Sublime\ Text
46+ :%!xxd
47+ /Thanks
48+ /3342
49+ :s/3342/3242
50+ :%!xxd -r
51+ :wq
52+ ```
53+
54+
55+ 打开Sublime
56+
57+ help >> enter licence
58+
59+ 将以下Licence贴进去
60+
61+ ```
62+ --BEGIN LICENSE--
63+ China
64+ Unlimited User License
65+ EA7E-2861
66+ BE67D2175D3569FDAB9EB5340FAD2822
67+ E7B56B3397A76AA9FBE8AC3D3C65918B
68+ DFC28F2EA158140D9E07853D594818EB
69+ 3A237B2E8E98ED257C269548F50EDA34
70+ EF0C7F72D8917DB538A0245E46BFD6B1
71+ 85F4EDE331F253530ED67A5C19E92399
72+ 04C5F4A1AF4AF3DB5EC49C1FEE17CA76
73+ 7E369F8AAE4AC6C6E756B5882E1608B9
74+ --END LICENSE--
75+ ```
76+
77+ 提示:Thanks for purchasing! 成功!
You can’t perform that action at this time.
0 commit comments