Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingelz/my-mac-env
My Mac Environment
https://github.com/mingelz/my-mac-env
Last synced: about 1 month ago
JSON representation
My Mac Environment
- Host: GitHub
- URL: https://github.com/mingelz/my-mac-env
- Owner: mingelz
- License: mit
- Created: 2014-08-29T02:46:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T15:47:56.000Z (over 1 year ago)
- Last Synced: 2023-07-07T16:35:50.177Z (over 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 312 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-mac-env
My Mac Environment
[Mac 环境安装配置一条龙](./setup.md)
## Tree
```
/ (Root Directory)
|
|-- Users/
| |-- USERNAME/ ($HOME)
| |-- backup
| | |-- baidu-ime-pharse.txt
| | |-- rectangle-config.json
| |-- Library
| | |-- Application Support
| | |-- Code
| | | |-- User
| | | |-- keybindings.json
| | | |-- settings.json
| | |-- JetBrains
| | |-- Idea
| | |-- README.md
| |-- .bash_profile
| |-- .config
| |-- .gemrc
| |-- .gitconfig
| |-- .npmrc
| |-- .ssh/
| |-- .vimrc
| |-- .zshrc
|-- etc/
| |-- hosts
| |-- motd
|-- usr/
| |-- local/
| |-- bin/
| |-- mycleaner.sh
| |-- etc/
| |-- nginx/
| |-- gen-ssl-csr.sh
| |-- nginx.conf
|-- setup.md
|-- .editorconfig
|-- .gitignore
```