Using package managers is the easiest way to get Theme Cupertino.
Install Theme Cupertino as a dependency
npm install hexo-theme-cupertino
pnpm add hexo-theme-cupertino
yarn add hexo-theme-cupertino
bun add hexo-theme-cupertino
Switch to Theme Cupertino
_config.yml
theme: cupertino
Git submodule
Using Git submodule enables you to access the latest updates even earlier than the releases. You can also switch to any commit that you desire. To modify the theme, you may need to fork the repository first.
Downloading the source code may not receive updates, so it’s not recommended for most users. However, for those who want to try out Theme Cupertino, this method best fits their needs.