# envSetup **Repository Path**: TomatoBase/envSetup ## Basic Information - **Project Name**: envSetup - **Description**: No description available - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # envSetup #### 介绍 在ubuntu上搭建C\C++开发环境,主要工作包括安装编译相关工具、neovim及其相关插件。 #### 安装 wget https://gitee.com/TomatoBase/envSetup/raw/master/envSetup.sh && bash envSetup.sh #### 其他 1. 安装autosuggestions >a) git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
b) 手动设置.zshrc以支持autosuggestions