Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Created February 4, 2021 09:30
Show Gist options
  • Save nekolinuxblog/31a4a952a126f2db5ae76235518355c5 to your computer and use it in GitHub Desktop.
Save nekolinuxblog/31a4a952a126f2db5ae76235518355c5 to your computer and use it in GitHub Desktop.
script to change kitty themes
#! /bin/sh
theme_dir=${HOME}/.config/kitty/kitty-themes/themes
cd $theme_dir
fzf --preview 'head -n 20 {} && kitty @ set-colors -a -c {}'
cd -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment