kitty: remove config

This commit is contained in:
Charles Gould 2022-05-30 23:21:26 -04:00
parent d0356dd750
commit 424d214b0d
3 changed files with 3 additions and 66 deletions

View File

@ -1,6 +1,6 @@
function fisher --argument-names cmd --description "A plugin manager for Fish"
set --query fisher_path || set --local fisher_path $__fish_config_dir
set --local fisher_version 4.3.1
set --local fisher_version 4.3.2
set --local fish_plugins $__fish_config_dir/fish_plugins
switch "$cmd"
@ -72,13 +72,13 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
set --local fetch_plugins $update_plugins $install_plugins
echo (set_color --bold)fisher $cmd version $fisher_version(set_color normal)
for plugin in $fetch_plugins
fish_path=(status fish-path) for plugin in $fetch_plugins
set --local source (command mktemp -d)
set --append source_plugins $source
command mkdir -p $source/{completions,conf.d,functions}
fish --command "
$fish_path --command "
if test -e $plugin
command cp -Rf $plugin/* $source
else

View File

@ -1,21 +0,0 @@
include themes/snazzy.conf
font_family Iosevka Term
font_size 12.0
background_opacity 0.95
cursor_shape underline
tab_bar_edge top
tab_bar_style fade
tab_bar_min_tabs 2
tab_title_template "{title}"
active_tab_foreground #000
active_tab_background #eee
active_tab_font_style bold-italic
inactive_tab_foreground #444
inactive_tab_background #999
inactive_tab_font_style normal
macos_option_as_alt left

View File

@ -1,42 +0,0 @@
# Snazzy Colorscheme for Kitty
# Based on https://github.com/sindresorhus/hyper-snazzy
foreground #eff0eb
background #282a36
selection_foreground #000000
selection_background #fffacd
url_color #0087bd
cursor #97979b
cursor_text_color #282a36
# black
color0 #282a36
color8 #686868
# red
color1 #ff5c57
color9 #ff5c57
# green
color2 #5af78e
color10 #5af78e
# yellow
color3 #f3f99d
color11 #f3f99d
# blue
color4 #57c7ff
color12 #57c7ff
# magenta
color5 #ff6ac1
color13 #ff6ac1
# cyan
color6 #9aedfe
color14 #9aedfe
# white
color7 #f1f1f0
color15 #eff0eb