# mac-shell **Repository Path**: F1yBear/mac-shell ## Basic Information - **Project Name**: mac-shell - **Description**: 我的mac配置 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2024-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mac-shell #### 介绍 我的mac命令行配置 #### 安装oh-my-zsh [oh-my-zsh gitee](https://gitee.com/mirrors/oh-my-zsh) #### 安装oh-my-zsh插件 1. [高亮](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md) 2. [自动补全](https://github.com/zsh-users/zsh-completions) 3. [自动提示](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md) ``` # vi ~/.zshrc 修改下面的配置 plugins=([plugins...] zsh-syntax-highlighting zsh-syntax-highlighting zsh-completions) ``` #### 安装fig 自动补全 [fig github](https://github.com/withfig/autocomplete) #### 配置.zshrc > 添加 .add-zshrc文件内容到 ~/.zshrc