Skip to content

Instantly share code, notes, and snippets.

@Blakeinstein
Created August 20, 2022 22:18
Show Gist options
  • Save Blakeinstein/af7f41fe4b0d1e789d4f6b79854c4bcd to your computer and use it in GitHub Desktop.
Save Blakeinstein/af7f41fe4b0d1e789d4f6b79854c4bcd to your computer and use it in GitHub Desktop.
command to set a random dark theme from pkitty in a fish env
find /usr/local/share/pretty-kitty/colors/dark -type f -name "*.conf" | shuf -n 1 | tee /dev/tty | xargs -I '{}' cp '{}' "$HOME/.config/kitty/colors.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment