# mac-init **Repository Path**: redorc/mac-init ## Basic Information - **Project Name**: mac-init - **Description**: 初始化电脑左右依赖 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一、初始化mac环境(包含各种软件及插件) ## 根目录下执行 ``` sh ./command/0-installBrew.sh(安装git 和 brew) sh ./command/1-installNvm.sh(安装nvm,并切换到18.18.0) sh ./command/2-installNvm1.sh(苹果芯片 nvm安装低版本node) sh ./command/3-installNrm.sh(安装nrm,并切换到tencent) node ./command/4-installSoftWare.js (可选,command文件夹下要有一个“工作软件”的目录,里面存放想要安装的软件) node ./command/5-installOther.js(可选,安装脚手架工具) sh ./command/6-installvscodePlugins.sh(批量安装vscode插件,要求:必须先安装vscode) ``` # 二、安装vscode插件 ### 前提:已经安装vscode ``` sh ./command/6-installvscodePlugins.sh ``` # 三、command下面要有一个工作软件目录(下载)