use Jellybeans in Kitty

master
Jordan Orelli 12 months ago
parent 5fd05f650c
commit 51f421134c

@ -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

1
.gitignore vendored

@ -1,3 +1,4 @@
backup
__pycache__
gitui/gitui.log
kitty/kitty.conf.bak

@ -2399,3 +2399,9 @@
#: }}}
#: }}}
# BEGIN_KITTY_THEME
# Jellybeans
include current-theme.conf
# END_KITTY_THEME
Loading…
Cancel
Save