1
bbx Oct 3, 2014
之前有想过用boxen
|
2
maemual Oct 3, 2014 via Android
公司目前使用boxen来构建开发环境
|
3
sinxccc Oct 3, 2014 |
5
goofansu Oct 3, 2014
推荐boxen,一次配置终身使用
|
7
yyfearth Oct 3, 2014
@sinxccc 当然不是所有的设置都适合所有人
不过有这个东西确实还不错 看看别人是怎么设置的 可以根据自己的需要弄一个修改或者精简版 fork也行copy paste也可 作为开发人员 里面有些东西确实是有必要的 因为OSX有些默认设置是为普通用户设计的 (比如隐藏扩展名) Windows下我也有几个cmd和reg把我常用的设置放在里面 这样重装OS的时候比较方便 OSX也是一样的道理 |
8
peartail Oct 3, 2014
@jxwho "Car guys are always fiddling with things for a tiny performance or perceived security boosts without really thinking things through."
俗称折腾。叫 car guys 可能和美国的汽车文化有关吧,我国内一个朋友也是这种改装车爱好者。 |
9
calledT Oct 3, 2014
|
10
kfll Oct 3, 2014
|
12
SoloCompany Oct 4, 2014 @zeroday emoji
|
13
zeroday Oct 4, 2014
|
14
zeroday Oct 4, 2014
@calledT 我看了文章中的dots repository
在这里 https://github.com/MatthewMueller/dots/blob/master/lib/colors/index.sh 看到 https://github.com/twolfson/sexy-bash-prompt 在 https://gist.github.com/brandonb927/3195465 中有 ``` ############################################################################### # Terminal ############################################################################### echo "" echo "Enabling UTF-8 ONLY in Terminal.app and setting the Pro theme by default" defaults write com.apple.terminal StringEncodings -array 4 defaults write com.apple.Terminal "Default Window Settings" -string "Pro" defaults write com.apple.Terminal "Startup Window Settings" -string "Pro" ``` |
15
qwerasdf Jul 18, 2016
Google "mac 装机 脚本" 得到了一篇本文的译文
http://jeepxiaozi.github.io/hei-kuo-de-macxi-tong-zhuang-ji-zhi-nan.html |