美文网首页
新装Mac系统常用软件及配置

新装Mac系统常用软件及配置

作者: Gaoit | 来源:发表于2020-03-25 15:12 被阅读0次

    1.安装iterm2

    安装oh-my-zsh

    sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    

    sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
    
    • 安装zsh-syntax-highlighting语法高亮插件
    • 安装zsh-autosuggestions语法历史记录插件

    2.安装Chrome

    3.搜狗输入法

    4.修改键盘按键 Karabiner,按苹果键盘的布局修改Filco minila air的按键

    application -> right_option
    left_command -> left_option
    left_option -> left_command
    right_option -> right_command

    5.VSCode

    6. Mac显示隐藏文件快捷键

    在终端使用:

    //显示隐藏文件
    defaults write com.apple.finder AppleShowAllFiles -bool true
    //不显示隐藏文件
    defaults write com.apple.finder AppleShowAllFiles -bool false

    最后需要重启Finder:

    重启Finder:窗口左上角的苹果标志-->强制退出-->Finder-->重新启动

    相关文章

      网友评论

          本文标题:新装Mac系统常用软件及配置

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