{"id":18427075,"url":"https://github.com/mindeng/mac-tools","last_synced_at":"2025-08-26T07:11:05.769Z","repository":{"id":146400339,"uuid":"195518066","full_name":"mindeng/mac-tools","owner":"mindeng","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-08T12:27:14.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T08:27:26.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mindeng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-06T08:47:02.000Z","updated_at":"2019-09-08T12:27:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1f9303e-53b1-48ff-a5bf-07eb7c0e3dbd","html_url":"https://github.com/mindeng/mac-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindeng%2Fmac-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindeng%2Fmac-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindeng%2Fmac-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindeng%2Fmac-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindeng","download_url":"https://codeload.github.com/mindeng/mac-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248769282,"owners_count":21158792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T05:09:35.912Z","updated_at":"2025-04-13T19:38:33.842Z","avatar_url":"https://github.com/mindeng.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mac-tools\n\nTools, configs \u0026 tips for Mac.\n\n### Python\n\n```sh\nbrew install python\npip3 install ipython\npip3 install pycrypto\nbrew install pipenv\n```\n\n## Configs\n\n```sh\ngit clone git@github.com:mindeng/mac-tools.git \u0026\u0026 cd mac-tools\npython3 ./mac-init.py\n```\n\n## Tools\n\n* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)\n* [homebrew](https://brew.sh/)\n* Install vim from brew, which supports xclipboard: `brew install vim`\n\n## Proxy\n\n### socks\n\n```sh\nmkdir ~/envs \u0026\u0026 cd envs\npython3 -m venv ss\n. ss/bin/activate\npip3 install s*s*\ncat \u003c\u003cEOT \u003e\u003e ss/ss.json\n{\n    \"server\": \"server_name\",\n    \"server_port\": 12345,\n    \"local_address\": \"127.0.0.1\",\n    \"local_port\": 1086,\n    \"password\": \"password\",\n    \"timeout\": 300,\n    \"method\": \"chacha20\",\n    \"fast_open\": false\n}\nEOT\nss -c ss/ss.json\n```\n\n### http proxy\n\n## privoxy\n\n```sh\nbrew install privoxy\ncat \u003c\u003cEOT \u003e\u003e /usr/local/etc/privoxy/config\nforward-socks5t / 127.0.0.1:1086 .\nEOT\nbrew services start privoxy\n```\n\ndefault listen address: 127.0.0.1:8118\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindeng%2Fmac-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindeng%2Fmac-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindeng%2Fmac-tools/lists"}