1
bbx 2014-10-03 07:35:58 +08:00
之前有想过用boxen
|
2
maemual 2014-10-03 08:45:44 +08:00 via Android
公司目前使用boxen来构建开发环境
|
3
sinxccc 2014-10-03 10:26:20 +08:00 1
|
5
goofansu 2014-10-03 11:01:32 +08:00
推荐boxen,一次配置终身使用
|
7
yyfearth 2014-10-03 13:24:17 +08:00
@sinxccc 当然不是所有的设置都适合所有人
不过有这个东西确实还不错 看看别人是怎么设置的 可以根据自己的需要弄一个修改或者精简版 fork也行copy paste也可 作为开发人员 里面有些东西确实是有必要的 因为OSX有些默认设置是为普通用户设计的 (比如隐藏扩展名) Windows下我也有几个cmd和reg把我常用的设置放在里面 这样重装OS的时候比较方便 OSX也是一样的道理 |
8
peartail 2014-10-03 13:33:51 +08:00
@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 2014-10-03 14:00:16 +08:00
|
10
kfll 2014-10-03 17:02:20 +08:00
|
12
SoloCompany 2014-10-04 01:14:08 +08:00 1
@zeroday emoji
|
13
zeroday 2014-10-04 01:49:44 +08:00
|
14
zeroday 2014-10-04 03:48:54 +08:00
@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 2016-07-18 13:53:15 +08:00
Google "mac 装机 脚本" 得到了一篇本文的译文
http://jeepxiaozi.github.io/hei-kuo-de-macxi-tong-zhuang-ji-zhi-nan.html |