Skip to content

nvalenne/KittyThemesCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KittyThemesCLI

Bash Bash

CLI to manage your themes on Kitty Terminal

About

You'll find what you need to manage your themes for Kitty terminal. you can use the existing themes or import your owns themes in the folder kitty-themes/themes.

License

All content of this repository is licensed with MIT License

Existing themes in /kitty-themes/themes were taken of this repository made by Nexpota, licensed with MIT License.

Previews of the themes are available on the repository of Kitty-Themes.

Installation

  1. Make sure kitty is installed on your computer
  2. Clone the repository in the directory you want (preferably at the same place as kitty.conf)
    • HTTPS
        git clone https://github.com/nvalenne/KittyThemesCLI.git
    • SSH
        git clone git@github.com:nvalenne/KittyThemesCLI.git
  3. Now, you can use the CLI as you want !

Warning

If your kitty.conf is installed on an another directory than ~/.config/kitty, you can edit this line in the script :

kitty_conf_path=~/.config/kitty/kitty.conf

Usage

  • -h, --help = Show this help message and exit
  • -c, --current = Show the current theme
  • -l, --list = List all the themes
  • -reload = Reload kitty
  • -remove = Remove the theme
./change_kitty_theme.sh [theme_name]