requesting a wordpress.com theme to be added to ww.wp.xz.cn
It will be release when it’s fully cooked, try to be patient.
NOTE: The below steps will walk you through obtaining the current copy of WordPress.COM’s Twenty Twelve theme. This may break things on your installation and the theme that will be released on ww.wp.xz.cn almost certainly will be updated. But if you want to play with an early copy, here you go.
(Think the Wizard of Oz for a moment) Behold the Ways of SVN on a Mac!
1 – Install Xcode from the App Store. I’m using Mountain Lion. It’s a 1.56 GB download.
2 – Once installed, launch Xcode, agree to the license, install device support (yep, I’m doing this now too) and start using Xcode.
3 – In Xcode -> Preferences go to Downloads and install Command Line Tools (another 115.1 MB)
4 – Once that’s installed open the Terminal app and run this command.
svn co https://wpcom-themes.svn.automattic.com/twentytwelve/ twentytwelve-wpcom
5 – In the Terminal app then run the zip command.
zip -r twentytwelve-wpcom.zip twentytwelve-wpcom/*
This will create the zip file twentytwelve-wpcom.zip on your Mac in your home directory.
6 – Visit http://your-wordpress-URL-here/wp-admin/theme-install.php?tab=upload and upload twentytwelve-wpcom.zip.
7 – Activate and enjoy a not quite ready for ww.wp.xz.cn Twenty Twelve theme.
See above note one more time to be clear. 😉
When the theme is officially released you can install that one too, just make sure to delete the SVN copy first.