基于 OS X 开发指南
MAC 快捷键
使用 Homebrew 安装软件
OS X 包管理器,类似于 CentOS 的 yum
, unbuntu 的 apt-get
安装 brew
基础用法
其他常见用法,可直接输入 brew
查看。
Homebrew Cask
安装和管理 OS X 图形界面程序
安装 cask
使用 Homebrew Cask 安装软件
打造一个舒适的终端
安装 iTerm2
zsh
一种 shell 类型语言,兼容 bash
语法,支持类似 tab 补全等功能
oh my zsh
一个简化管理 zsh 配置的工具
自动安装
配置都在 .zshrc
里
推荐安装软件
IDE/Editor
WebStorm
Sublime
VSCode
Atom
在命令行使用 Sublime
example
如果使用 vscode
Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.
https://code.visualstudio.com/docs/setup/mac
代理工具
charles
anyproxy
开发工具
switchHost host 管理
postman http 请求
Last updated