美文网首页
mac下代码的正确打开姿势

mac下代码的正确打开姿势

作者: jmukirin | 来源:发表于2017-05-04 20:27 被阅读231次

    官网

    go2shell http://zipzapmac.com/go2shell

    totalfinder https://totalfinder.binaryage.com/

    iterm2 http://www.iterm2.com/

    oh-my-zsh https://github.com/robbyrussell/oh-my-zsh

    sublime text2 http://www.sublimetext.com/2

    说明

    • totalfinder代替默认的finder, 自定义工具栏把sublime text2和go2shell加进去

    • 用iterm2代替默认的终端.app, 并且安装ohmyzsh, 用来代替bash

    • go2shell里设置默认使用iterm2

    • 编辑/Users/kirin/.zshrc文件, 配置sublime text2的短命令,(如果要加入vscode的短命令, 也类似)

      在文末尾,加入

    alias subl='/Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl'
    # alias code='/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/code'
    
    • 在totalfinder里找到你的代码目录, 然后点击工具栏的go2shell, 自动激活iterm2(并已帮你进入当前目录), 只要输入 subl .
      用这个正确的姿势来打开sublime text2(或者vscode或rubymine).

    相关文章

      网友评论

          本文标题:mac下代码的正确打开姿势

          本文链接:https://www.haomeiwen.com/subject/semdtxtx.html