From 424d214b0d3a7bbfd447fcb951b237528af978f2 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Mon, 30 May 2022 23:21:26 -0400 Subject: [PATCH] kitty: remove config --- fish/functions/fisher.fish | 6 +++--- kitty/kitty.conf | 21 ------------------- kitty/themes/snazzy.conf | 42 -------------------------------------- 3 files changed, 3 insertions(+), 66 deletions(-) delete mode 100644 kitty/kitty.conf delete mode 100644 kitty/themes/snazzy.conf diff --git a/fish/functions/fisher.fish b/fish/functions/fisher.fish index 6407479..c50fd17 100644 --- a/fish/functions/fisher.fish +++ b/fish/functions/fisher.fish @@ -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 diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100644 index 45c22e2..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -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 diff --git a/kitty/themes/snazzy.conf b/kitty/themes/snazzy.conf deleted file mode 100644 index d833ad9..0000000 --- a/kitty/themes/snazzy.conf +++ /dev/null @@ -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