Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CNKCQ/MacSetup
a tool to setup your mac os
https://github.com/CNKCQ/MacSetup
python
Last synced: 3 months ago
JSON representation
a tool to setup your mac os
- Host: GitHub
- URL: https://github.com/CNKCQ/MacSetup
- Owner: CNKCQ
- Created: 2016-08-11T08:35:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T10:42:03.000Z (about 6 years ago)
- Last Synced: 2024-05-03T06:21:25.203Z (7 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 39
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacSetup
a tool to setup your mac os
## start with python Development environment
```bash
sudo easy_install -U pip
sudo -H pip install Fabric==1.14 -i https://pypi.douban.com/simple/
```
---
### download the Executable file```bash
curl -fsSL https://raw.githubusercontent.com/CNKCQ/MacSetup/master/fabfile.py > ~/fabfile.py
cd ~/
fab h
```
## See build system:
![](https://cloud.githubusercontent.com/assets/8440220/19345208/fd9e38d8-916f-11e6-9f8f-ea499e0fb95c.PNG)