├── .gitignore ├── LaTeX.md ├── Others.md ├── README.md ├── SUMMARY.md ├── V2ray.md ├── appendix.md ├── aria_2 ├── 68edf5d71b4c98e2ae34f16be36248df_b.jpg └── readme.md ├── assets ├── 4501053ba6e9971e059eb6cfd85dc807_b.png ├── 5f8e79493caa65fc7e8ec911ffdf825b_b.png ├── Keyboard-preference-1.png ├── ZenCodingCheatSheet.pdf ├── aria_2.jpg ├── f1-f2-settings.png ├── iTerm_default.png ├── install-mac-apps.png ├── install-mac-dmg.png ├── install-mac-example-nginx.png ├── install-mac-menu.png ├── install-mac-menubar.png ├── install-mac-success.png ├── install-vim.png ├── preference-click.png ├── preference-drag.png └── vscode-extension.png ├── bibliography.md ├── book.json ├── chrome.md ├── d363dd0bbaa0cf4c7b530eaa34aef33a_b.jpg ├── docker.md ├── emacs.md ├── git.md ├── gitignore.md ├── googlefcf9beb475399b90.html ├── homebrew.md ├── iTerm2 └── README.md ├── install_vim.md ├── mac-os-x-setup-guide.md ├── mpv.md ├── nodejs.md ├── preference_and_settings ├── launch.md └── readme.md ├── python.md ├── ruby.md ├── shadowsocks.md ├── styles └── website.css ├── vim.md ├── vim ├── emmet-vim.md └── neovim.md ├── vscode.md └── xcode.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/.gitignore -------------------------------------------------------------------------------- /LaTeX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/LaTeX.md -------------------------------------------------------------------------------- /Others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/Others.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /V2ray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/V2ray.md -------------------------------------------------------------------------------- /appendix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/appendix.md -------------------------------------------------------------------------------- /aria_2/68edf5d71b4c98e2ae34f16be36248df_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/aria_2/68edf5d71b4c98e2ae34f16be36248df_b.jpg -------------------------------------------------------------------------------- /aria_2/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/aria_2/readme.md -------------------------------------------------------------------------------- /assets/4501053ba6e9971e059eb6cfd85dc807_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/4501053ba6e9971e059eb6cfd85dc807_b.png -------------------------------------------------------------------------------- /assets/5f8e79493caa65fc7e8ec911ffdf825b_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/5f8e79493caa65fc7e8ec911ffdf825b_b.png -------------------------------------------------------------------------------- /assets/Keyboard-preference-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/Keyboard-preference-1.png -------------------------------------------------------------------------------- /assets/ZenCodingCheatSheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/ZenCodingCheatSheet.pdf -------------------------------------------------------------------------------- /assets/aria_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/aria_2.jpg -------------------------------------------------------------------------------- /assets/f1-f2-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/f1-f2-settings.png -------------------------------------------------------------------------------- /assets/iTerm_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/iTerm_default.png -------------------------------------------------------------------------------- /assets/install-mac-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-apps.png -------------------------------------------------------------------------------- /assets/install-mac-dmg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-dmg.png -------------------------------------------------------------------------------- /assets/install-mac-example-nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-example-nginx.png -------------------------------------------------------------------------------- /assets/install-mac-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-menu.png -------------------------------------------------------------------------------- /assets/install-mac-menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-menubar.png -------------------------------------------------------------------------------- /assets/install-mac-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-mac-success.png -------------------------------------------------------------------------------- /assets/install-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/install-vim.png -------------------------------------------------------------------------------- /assets/preference-click.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/preference-click.png -------------------------------------------------------------------------------- /assets/preference-drag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/preference-drag.png -------------------------------------------------------------------------------- /assets/vscode-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/assets/vscode-extension.png -------------------------------------------------------------------------------- /bibliography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/bibliography.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/book.json -------------------------------------------------------------------------------- /chrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/chrome.md -------------------------------------------------------------------------------- /d363dd0bbaa0cf4c7b530eaa34aef33a_b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/d363dd0bbaa0cf4c7b530eaa34aef33a_b.jpg -------------------------------------------------------------------------------- /docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/docker.md -------------------------------------------------------------------------------- /emacs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/emacs.md -------------------------------------------------------------------------------- /git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/git.md -------------------------------------------------------------------------------- /gitignore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/gitignore.md -------------------------------------------------------------------------------- /googlefcf9beb475399b90.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/googlefcf9beb475399b90.html -------------------------------------------------------------------------------- /homebrew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/homebrew.md -------------------------------------------------------------------------------- /iTerm2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/iTerm2/README.md -------------------------------------------------------------------------------- /install_vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/install_vim.md -------------------------------------------------------------------------------- /mac-os-x-setup-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/mac-os-x-setup-guide.md -------------------------------------------------------------------------------- /mpv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/mpv.md -------------------------------------------------------------------------------- /nodejs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/nodejs.md -------------------------------------------------------------------------------- /preference_and_settings/launch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/preference_and_settings/launch.md -------------------------------------------------------------------------------- /preference_and_settings/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/preference_and_settings/readme.md -------------------------------------------------------------------------------- /python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/python.md -------------------------------------------------------------------------------- /ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/ruby.md -------------------------------------------------------------------------------- /shadowsocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/shadowsocks.md -------------------------------------------------------------------------------- /styles/website.css: -------------------------------------------------------------------------------- 1 | /* CSS for website */ 2 | -------------------------------------------------------------------------------- /vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/vim.md -------------------------------------------------------------------------------- /vim/emmet-vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/vim/emmet-vim.md -------------------------------------------------------------------------------- /vim/neovim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/vim/neovim.md -------------------------------------------------------------------------------- /vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/vscode.md -------------------------------------------------------------------------------- /xcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wild-flame/mac-os-x-setup-guide/HEAD/xcode.md --------------------------------------------------------------------------------