mac 快速安装开发环境

前两天配置一个新电脑,就顺带记录了一下开发常用的套件,方便将一台新电脑迅速恢复到顺手的开发环境中。

01

iTerm2 -- 终端窗口工具

下载地址:https://iterm2.com/

02

oh my zsh -- shell辅助工具

安装方法:

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

(安装依赖git,可触发xcode-select 安装 Xcode.app 开发工具集)

安装自动提示插件
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

brew --mac终端安装包管理工具

安装方法:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

vscode 编辑器

golang 插件

笔记

https://obsidian.md/

docker

下载地址:
https://www.docker.com/products/docker-desktop

常用小工具

wget

brew install wget

语言环境

golang

brew install go

nodenpm

brew install node npm

发表新评论