赞
踩
最近换了台新
Mac
,所有的配置和软件就重新安装下,顺便写个文章。
Homebrew
安装 Homebrew
【Mac
安装 Homebrew
】
通过国内镜像安装会比较快
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
安装
Git
后再运行此脚本,在系统弹窗中点击“安装”按钮点击安装按钮,安装
Git
之后在重新运行此命令,即可安装Homebrew
可以输入
y
继续安装Core
、Cask
、services
按照提醒进行配置即可,最后可以输入
brew -v
查看版本
Git
git -v
查看版本
Nvm
nvm
【Mac
M2
芯片安装 nvm
】也是通过 gitee
拉取镜像安装
git clone https://gitee.com/mirrors/nvm.git ~/.nvm && cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`
.zshrc
文件export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion" # This loads nvm bash_completion
安装步骤以及展示
Node
安装node
地址】nvm
安装安装 node
版本
Nrm
安装npm
安装npm install -g nrm
命令 | 解释 |
---|---|
nrm --version | 查看版本 |
nrm ls | 列出所有源, * 表示正在使用的源 |
nrm use npm | 切换源 |
nrm add <registry> <url> | 添加源 nrm add npmName http://npm.company.com/ |
nrm del <registry> | 删除源 nrm delete npmName |
nrm current | 显示当前源 |
nrm test | 测试源速度 nrm test npmName |
Yarn
和 Pnpm
npm
安装Nginx
brew
安装nginx
信息brew info nginx
可以看到 nginx
还未在本地安装
nginx
brew install nginx
nginx
在 M3
芯片上和 intel
芯片位置不一样,我们可以 open
打开看下/opt/homebrew/etc/nginx/servers/. # 位置
open /opt/homebrew/etc/nginx # 打开
nginx
启动程序路径,该路径下的 bin/nginx
为启动命令open /opt/homebrew/Cellar/nginx # 打开
nginx
直接命令行输入 nginx
,没有报错即为启动成功
localhost:8080
nginx
常用命令命令 | 解释 |
---|---|
nginx | 启动 nginx |
nginx -s stop | 快速停止命令 |
nginx -s quit | 退出命令 |
nginx -s reload | 重新加载文件 |
nginx -t | 检查文件 |
可以输入 nginx -s quit
再刷新刚刚的 8080
页面看下
Xcode
安装app Store
安装即可
Python2
安装可能有些老项目或者其他,需要
python2
版本
M3
芯片未安装Xcode
情况
点击上面链接进行下载,然后安装即可,打开新的终端页面输入 python --version
安装 Xcode 之后再输入 python3 --version
Chrome
浏览器安装Chrome
下载】Vscode
安装包下载
VSCode
-darwin-arm64.zip
配置 code .
打开项目
nvm
的 .zshrc
文件export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
放在文件中即可open -e ~/.zshrc # 打开文件
source ~/.zshrc # 更新文件
包含:Chrome
浏览器、python2.7
安装包、Vscode
安装包、微信小程序开发者工具、支付宝小程序开发者工具
链接: https://pan.baidu.com/s/1-_v6FenWYyN5xJ5pHNwWMw 提取码: m2m3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。