V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Livid
V2EX  ›  程序员

Hacker's Guide to Setting Up Your Mac

  •  
  •   Livid · 2014-10-03 07:23:53 +08:00 · 4815 次点击
    这是一个创建于 3516 天前的主题,其中的信息可能已经有所发展或是发生改变。
    15 条回复    2016-07-18 13:53:15 +08:00
    bbx
        1
    bbx  
       2014-10-03 07:35:58 +08:00
    之前有想过用boxen
    maemual
        2
    maemual  
       2014-10-03 08:45:44 +08:00 via Android
    公司目前使用boxen来构建开发环境
    sinxccc
        3
    sinxccc  
       2014-10-03 10:26:20 +08:00   ❤️ 1
    我倒是觉得 Hacker News 里这段称呼作者为“car guys”的评价写得很好:

    https://news.ycombinator.com/item?id=8403037
    jxwho
        4
    jxwho  
       2014-10-03 10:42:48 +08:00
    @sinxccc 挺想知道为啥叫 "car guys"
    goofansu
        5
    goofansu  
       2014-10-03 11:01:32 +08:00
    推荐boxen,一次配置终身使用
    adjusted
        6
    adjusted  
       2014-10-03 11:13:29 +08:00 via Android
    @sinxccc 说得很好,特别是从一个admin口中说出。
    yyfearth
        7
    yyfearth  
       2014-10-03 13:24:17 +08:00
    @sinxccc 当然不是所有的设置都适合所有人
    不过有这个东西确实还不错 看看别人是怎么设置的
    可以根据自己的需要弄一个修改或者精简版 fork也行copy paste也可

    作为开发人员 里面有些东西确实是有必要的 因为OSX有些默认设置是为普通用户设计的 (比如隐藏扩展名)
    Windows下我也有几个cmd和reg把我常用的设置放在里面 这样重装OS的时候比较方便
    OSX也是一样的道理
    peartail
        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 可能和美国的汽车文化有关吧,我国内一个朋友也是这种改装车爱好者。
    calledT
        9
    calledT  
       2014-10-03 14:00:16 +08:00
    文章里终端的配色用的的那个配色主题,有谁知道麽?
    kfll
        10
    kfll  
       2014-10-03 17:02:20 +08:00
    @calledT 应该是 Tomorrow 的 Tomorrow Night
    https://github.com/chriskempson/tomorrow-theme
    zeroday
        11
    zeroday  
       2014-10-04 00:22:35 +08:00
    @kfll 不知道终端里的图案是怎么设置的呢?
    SoloCompany
        12
    SoloCompany  
       2014-10-04 01:14:08 +08:00   ❤️ 1
    @zeroday emoji
    zeroday
        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"
    ```
    qwerasdf
        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
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1029 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 18:29 · PVG 02:29 · LAX 11:29 · JFK 14:29
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.