Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created May 14, 2020 21:18
Show Gist options
  • Save cirrusUK/f973fe194f0a1a23f1823aa968898f4e to your computer and use it in GitHub Desktop.
Save cirrusUK/f973fe194f0a1a23f1823aa968898f4e to your computer and use it in GitHub Desktop.
#!/bin/bash
dir=("$HOME"/.config/base16-shell/scripts)
url=$(find "${dir[@]}" -maxdepth 6 -type f -name '*.sh' \
| shuf | dmenu -l 17 -p theme:➤ )
eval sh ${url}
# | cut -c 24- | shuf | sed 's/....$//' |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment