Skip to content

Instantly share code, notes, and snippets.

@markuskreitzer
Last active November 15, 2018 07:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markuskreitzer/9fa8317f5226c3cfc014992fd0f1298e to your computer and use it in GitHub Desktop.
Save markuskreitzer/9fa8317f5226c3cfc014992fd0f1298e to your computer and use it in GitHub Desktop.

Download All Typora Themes

Run the following commands after downloading the findlinks utility to a directory in your $PATH variable.

$ mkdir Typora_Themes
$ cd Typora_Themes/
$ for i in $(printlinks https://theme.typora.io/ theme);do echo Downloading $i;wget --content-disposition $(printlinks https://theme.typora.io$i Download);echo;echo;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment