Created
May 21, 2021 18:38
-
-
Save DanielBlanco/9cc21f71e5ef65e21014fc8dbd6c6152 to your computer and use it in GitHub Desktop.
Sets a new theme for kitty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm ~/.config/kitty/theme.conf | |
ln -s ./kitty-themes/themes/$1.conf ~/.config/kitty/theme.conf |
Kitty themes taken from https://github.com/dexpota/kitty-themes
I just cd ~/.config/kitty && git clone [email protected]:dexpota/kitty-themes.git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put in
~/.config/kitty
directory and run like~/.config/kitty/new-theme OneDark