From 0406395ea0762d6a1e8ec1e7134e00454d5ca6eb Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 12 Jun 2025 08:38:14 -0700 Subject: [PATCH] Bump --- Brewfile | 1 + dotfiles/config/fish/fish_variables | 48 +++++++++++++++++------------ 2 files changed, 30 insertions(+), 19 deletions(-) diff --git a/Brewfile b/Brewfile index f5557a5..9c350df 100644 --- a/Brewfile +++ b/Brewfile @@ -26,6 +26,7 @@ brew "pwgen" brew "pwntools" brew "qemu" brew "restic" +brew "rg" brew "ruby" brew "ruby@3.3" brew "rustup" diff --git a/dotfiles/config/fish/fish_variables b/dotfiles/config/fish/fish_variables index fe78159..dd617bb 100644 --- a/dotfiles/config/fish/fish_variables +++ b/dotfiles/config/fish/fish_variables @@ -2,33 +2,43 @@ # VERSION: 3.0 SETUVAR EDITOR:vim SETUVAR __fish_initialized:3800 -SETUVAR fish_color_autosuggestion:586e75 -SETUVAR fish_color_cancel:\x2dr -SETUVAR fish_color_command:93a1a1 -SETUVAR fish_color_comment:586e75 -SETUVAR fish_color_cwd:green +SETUVAR fish_color_autosuggestion:4D5566 +SETUVAR fish_color_cancel:\x2d\x2dreverse +SETUVAR fish_color_command:39BAE6 +SETUVAR fish_color_comment:626A73 +SETUVAR fish_color_cwd:59C2FF SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:268bd2 -SETUVAR fish_color_error:dc322f -SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_end:F29668 +SETUVAR fish_color_error:FF3333 +SETUVAR fish_color_escape:95E6CB SETUVAR fish_color_history_current:\x2d\x2dbold SETUVAR fish_color_host:normal SETUVAR fish_color_host_remote:yellow -SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue -SETUVAR fish_color_normal:normal -SETUVAR fish_color_operator:00a6b2 -SETUVAR fish_color_param:839496 -SETUVAR fish_color_quote:657b83 -SETUVAR fish_color_redirection:6c71c4 -SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dblack -SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_keyword:39BAE6 +SETUVAR fish_color_match:F07178 +SETUVAR fish_color_normal:B3B1AD +SETUVAR fish_color_operator:E6B450 +SETUVAR fish_color_option:B3B1AD +SETUVAR fish_color_param:B3B1AD +SETUVAR fish_color_quote:C2D94C +SETUVAR fish_color_redirection:FFEE99 +SETUVAR fish_color_search_match:\x2d\x2dbackground\x3dE6B450 +SETUVAR fish_color_selection:\x2d\x2dbackground\x3dE6B450 SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline SETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell\x0aType\x20\x60help\x60\x20for\x20instructions\x20on\x20how\x20to\x20use\x20fish SETUVAR fish_key_bindings:fish_default_key_bindings -SETUVAR fish_pager_color_completion:B3A06D +SETUVAR fish_pager_color_background:\x1d +SETUVAR fish_pager_color_completion:normal SETUVAR fish_pager_color_description:B3A06D -SETUVAR fish_pager_color_prefix:cyan\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan -SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_pager_color_secondary_background:\x1d +SETUVAR fish_pager_color_secondary_completion:\x1d +SETUVAR fish_pager_color_secondary_description:\x1d +SETUVAR fish_pager_color_secondary_prefix:\x1d +SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dE6B450 +SETUVAR fish_pager_color_selected_completion:\x1d +SETUVAR fish_pager_color_selected_description:\x1d +SETUVAR fish_pager_color_selected_prefix:\x1d