git clone https://github.com/theme-next/hexo-theme-next themes/next
git clone --branch v6.0.0 https://github.com/theme-next/hexo-theme-next themes/next
curl -s https://api.github.com/repos/theme-next/hexo-theme-next/releases/latest | grep tarball_url | cut -d '"' -f 4 | wget -i - -O- | tar -zx -C themes/next --strip-components=1
|