https://github.com/jq/mac
bash mac
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jq/mac
- Owner: jq
- Created: 2017-10-03T00:47:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T04:54:59.000Z (over 1 year ago)
- Last Synced: 2025-01-30T01:41:26.409Z (over 1 year ago)
- Topics: bash, mac
- Language: Shell
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` 升级