Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 647 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 647 Bytes

nord-kitty

An arctic, north-bluish clean and elegant theme for the kitty terminal.

Showcase

alt text

alt text

Setup

Get the latest colorscheme config and include it in your kitty.conf, e.g.

NKC="${HOME}/.nord-kitty.conf"
curl https://raw.githubusercontent.com/m8mble/nord-kitty/master/nord-kitty.conf > "${NKC}"
echo "include ${NKC}" >> "${HOME}/.config/kitty/kitty.conf"