An open API service indexing awesome lists of open source software.

https://github.com/jq/mac


https://github.com/jq/mac

bash mac

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# mac
This is for store config files on mac.
you can do ln -s etc/mac/zshrc .zshrc and ln -s etc/mac/bash_profile .bash_profile to use it locally

快速设置新mac:
通过[Homebrew](https://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/)设置mac
如果希望将系统的brew 保存 可以参考[我的 brewfile](https://github.com/jq/ubrewfile) 和 [配置介绍](http://homebrew-file.readthedocs.io/en/latest/getting_started.html)
这个config 已经包括 [zsh](http://sourabhbajaj.com/mac-setup/iTerm/zsh.html)

mac 缺省的 make版本低,用 `brew install make --with-default-names` 升级