From 51f421134cb415b8bd5bb5428cfb5d948f7f56e2 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 23 Sep 2023 16:09:24 -0500 Subject: [PATCH] use Jellybeans in Kitty --- .bashrc | 4 ++++ .gitignore | 1 + kitty/kitty.conf | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/.bashrc b/.bashrc index ba83f57..fc6f992 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,10 @@ if [ -d "$HOME/.local/bin" ]; then export PATH="$PATH:$HOME/.local/bin" fi +if [ -d "$HOME/.local/bin" ]; then + export PATH="$PATH:$HOME/.local/bin" +fi + # add the Go bindir to the path if we have the standard Go install dir if [ -d /usr/local/go ]; then export PATH=$PATH:$HOME/go/bin:/usr/local/go/bin diff --git a/.gitignore b/.gitignore index 513d3cd..17844e9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ backup __pycache__ gitui/gitui.log +kitty/kitty.conf.bak diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 1158368..e154c2f 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -2399,3 +2399,9 @@ #: }}} #: }}} + + +# BEGIN_KITTY_THEME +# Jellybeans +include current-theme.conf +# END_KITTY_THEME \ No newline at end of file