So after some time of searching on google and superuser (and scanning man pages) I was unable to find an answer to something that (I think) should be simple:
If you go here: http://www.vim.org/scripts/script.php?script_id=2340 and try to download the theme: http://www.vim.org/scripts/download_script.php?src_id=9750
like so:
wget http://www.vim.org/scripts/download_script.php?src_id=9750
you'll probably end up with a file called "download_script.php?src_id=9750"
But I want it to be called "molokai.vim", which is what would happen if I used a browser to download this file.
Question: what options do I need to specify for wget for the desired effect?
I'd also be ok with a curl command. Thanks