├── CNAME ├── README.md ├── apps ├── alferd.md ├── apps_summary.md ├── betterTouchTool.md ├── evernote.md ├── imageAlpha.md ├── iterm2.md ├── licecap.md ├── macHider.md ├── onepassword.md └── reeder2.md ├── images ├── code.png ├── pattern.png ├── tar.png ├── top.png └── zip.png ├── index.html ├── javascripts └── script.js ├── os-x ├── apple_id.md ├── apple_stores.md ├── how_to_buy_apps.md ├── how_to_setup_apps.md └── os-x_summary.md ├── params.json ├── resource ├── apps.png ├── home.png ├── magic_trackpad.md └── os-x.png └── stylesheets ├── pygment_trac.css └── stylesheet.css /CNAME: -------------------------------------------------------------------------------- 1 | mac.selfboot.cn -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/README.md -------------------------------------------------------------------------------- /apps/alferd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/alferd.md -------------------------------------------------------------------------------- /apps/apps_summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/apps_summary.md -------------------------------------------------------------------------------- /apps/betterTouchTool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/betterTouchTool.md -------------------------------------------------------------------------------- /apps/evernote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/evernote.md -------------------------------------------------------------------------------- /apps/imageAlpha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/imageAlpha.md -------------------------------------------------------------------------------- /apps/iterm2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/iterm2.md -------------------------------------------------------------------------------- /apps/licecap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/licecap.md -------------------------------------------------------------------------------- /apps/macHider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/macHider.md -------------------------------------------------------------------------------- /apps/onepassword.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/onepassword.md -------------------------------------------------------------------------------- /apps/reeder2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/apps/reeder2.md -------------------------------------------------------------------------------- /images/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/images/code.png -------------------------------------------------------------------------------- /images/pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/images/pattern.png -------------------------------------------------------------------------------- /images/tar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/images/tar.png -------------------------------------------------------------------------------- /images/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/images/top.png -------------------------------------------------------------------------------- /images/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/images/zip.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/index.html -------------------------------------------------------------------------------- /javascripts/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/javascripts/script.js -------------------------------------------------------------------------------- /os-x/apple_id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/os-x/apple_id.md -------------------------------------------------------------------------------- /os-x/apple_stores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/os-x/apple_stores.md -------------------------------------------------------------------------------- /os-x/how_to_buy_apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/os-x/how_to_buy_apps.md -------------------------------------------------------------------------------- /os-x/how_to_setup_apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/os-x/how_to_setup_apps.md -------------------------------------------------------------------------------- /os-x/os-x_summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/os-x/os-x_summary.md -------------------------------------------------------------------------------- /params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/params.json -------------------------------------------------------------------------------- /resource/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/resource/apps.png -------------------------------------------------------------------------------- /resource/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/resource/home.png -------------------------------------------------------------------------------- /resource/magic_trackpad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/resource/magic_trackpad.md -------------------------------------------------------------------------------- /resource/os-x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/resource/os-x.png -------------------------------------------------------------------------------- /stylesheets/pygment_trac.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/stylesheets/pygment_trac.css -------------------------------------------------------------------------------- /stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfboot/MacOSX/HEAD/stylesheets/stylesheet.css --------------------------------------------------------------------------------