优雅地使用 Mac OS开发

Posted JavaEdge.

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了优雅地使用 Mac OS开发相关的知识,希望对你有一定的参考价值。

1 Mac OS 终端利器 - iTerm2


Mac OS自带的 Terminal 命令都保存在 .bash_profile 文件中
iTerm2命令都保存在 .zshrc 中

所以我们将很多命令保存且编辑

2 Oh my zsh

安装方法有两种,可以使用curl或wget,看自己环境或喜好:

# curl 安装方式
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# wget 安装方式
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

以上是关于优雅地使用 Mac OS开发的主要内容,如果未能解决你的问题,请参考以下文章

#yyds干货盘点# 如何优雅的获取 Mac OS 系统 IP 地址?

如何优雅的获取 Mac OS 系统 IP 地址?

用Atom优雅地写Python

比较 Windows 和 Mac OS X 作为开发环境

如何有条件地将 C 代码片段编译到我的 Perl 模块?

一日一技:更优雅地在 Python 中写日志