Skip to content

Instantly share code, notes, and snippets.

@DanielBlanco
Created May 21, 2021 18:38
Show Gist options
  • Save DanielBlanco/9cc21f71e5ef65e21014fc8dbd6c6152 to your computer and use it in GitHub Desktop.
Save DanielBlanco/9cc21f71e5ef65e21014fc8dbd6c6152 to your computer and use it in GitHub Desktop.
Sets a new theme for kitty
#!/bin/bash
rm ~/.config/kitty/theme.conf
ln -s ./kitty-themes/themes/$1.conf ~/.config/kitty/theme.conf
@DanielBlanco
Copy link
Author

Put in ~/.config/kitty directory and run like ~/.config/kitty/new-theme OneDark

@DanielBlanco
Copy link
Author

Kitty themes taken from https://github.com/dexpota/kitty-themes

I just cd ~/.config/kitty && git clone git@github.com:dexpota/kitty-themes.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment