Skip to content

Instantly share code, notes, and snippets.

# Dark Theme for Kitty
background #282828
foreground #ebdbb2
cursor #928374
selection_foreground #928374
selection_background #3c3836
# Normal colors
# vim:fileencoding=utf-8:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family JetBrains Mono
# bold_font auto
# My oh-my-zsh + Spaceship Prompt Configuration
# This configuration sets up your terminal using oh-my-zsh with the Spaceship Prompt theme,
# along with a few useful plugins and custom aliases for a better developer experience.
## Prerequisites
# 1. Install oh-my-zsh - a popular framework for managing your Zsh configuration.
# 2. Install Spaceship Prompt - a minimalistic, customizable Zsh prompt.
# 3. Ensure the required plugins (git, zsh-syntax-highlighting, zsh-autosuggestions) are installed.