From 4749e843f974eb612ab4682ce71cd73c240a2b74 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sat, 11 Mar 2023 20:38:31 +0000 Subject: [PATCH 1/2] [MINOR] added catppuccin fish theme --- .config/fish/themes/Catppuccin Frappe.theme | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .config/fish/themes/Catppuccin Frappe.theme diff --git a/.config/fish/themes/Catppuccin Frappe.theme b/.config/fish/themes/Catppuccin Frappe.theme new file mode 100644 index 0000000..cb5ced3 --- /dev/null +++ b/.config/fish/themes/Catppuccin Frappe.theme @@ -0,0 +1,30 @@ +# name: 'Catppuccin frappe' +# url: 'https://github.com/catppuccin/fish' +# preferred_background: 303446 + +fish_color_normal c6d0f5 +fish_color_command 8caaee +fish_color_param eebebe +fish_color_keyword e78284 +fish_color_quote a6d189 +fish_color_redirection f4b8e4 +fish_color_end ef9f76 +fish_color_comment 838ba7 +fish_color_error e78284 +fish_color_gray 737994 +fish_color_selection --background=414559 +fish_color_search_match --background=414559 +fish_color_operator f4b8e4 +fish_color_escape ea999c +fish_color_autosuggestion 737994 +fish_color_cancel e78284 +fish_color_cwd e5c890 +fish_color_user 81c8be +fish_color_host 8caaee +fish_color_host_remote a6d189 +fish_color_status e78284 +fish_pager_color_progress 737994 +fish_pager_color_prefix f4b8e4 +fish_pager_color_completion c6d0f5 +fish_pager_color_description 737994 + From 851d5d4dd1b39fc172821375a9bce3580c5568bc Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sat, 11 Mar 2023 20:51:42 +0000 Subject: [PATCH 2/2] [MINOR] changed .ssh/config to use the new keys --- .ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ssh/config b/.ssh/config index ca7521e..555e099 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,7 +1,7 @@ -IdentityFile ~/.ssh/id_ecdsa_sk -IdentityFile ~/.ssh/id_ecdsa_sk_backup +IdentityFile ~/.ssh/id_ed25519_sk +IdentityFile ~/.ssh/id_ed25519_sk_secondary Host git.olympuslab.net github.com ControlMaster auto ControlPath ~/.ssh/session.%r@%h:%p - ControlPersist 1d + ControlPersist 5m