Skip to content

Instantly share code, notes, and snippets.

@croogie
Forked from kmymtksh/gist:4087912
Last active August 29, 2015 14:27
Show Gist options
  • Save croogie/2bf3389667f25d0f5140 to your computer and use it in GitHub Desktop.
Save croogie/2bf3389667f25d0f5140 to your computer and use it in GitHub Desktop.
antigen random theme select one liner
$ antigen-theme `perl -MList::Util=shuffle -MFile::Basename -e 'print +$x = shuffle map { basename($_,".zsh-theme") } glob ".oh-my-zsh/themes/*zsh-theme"'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment