From 044d39efcf1b95c16caef611d0546c0d6d321789 Mon Sep 17 00:00:00 2001 From: neoteny Date: Fri, 7 Jan 2022 23:14:58 +0200 Subject: [PATCH] updated zsh, git, kitty --- config/kitty/kitty.conf | 8 +++++++- gitconfig | 3 +++ zshrc | 3 +-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 484f57d..48f24a7 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -9,6 +9,10 @@ italic_font auto bold_italic_font auto disable_ligatures never +## Tabs +tab_bar_style fade +tab_fade 0.5 0.75 1 + ## Bell enable_audio_bell no visual_bell_duration 0 @@ -29,12 +33,14 @@ map ctrl+shift+2 goto_tab 2 map ctrl+shift+3 goto_tab 3 map ctrl+shift+4 goto_tab 4 map ctrl+shift+5 goto_tab 5 +map ctrl+equal change_font_size all +1 +map ctrl+minus change_font_size all -1 +map ctrl+backspace change_font_size all 0 ## Colors background #1E1E29 # background #1e1e1e - foreground #d4d4d4 selection_background #d7ba7d selection_foreground #1e1e1e diff --git a/gitconfig b/gitconfig index f8692ec..76727c0 100644 --- a/gitconfig +++ b/gitconfig @@ -5,6 +5,9 @@ [github] name = Smirnov-O +[gpg] + program = gpg2 + [core] editor = nvim diff --git a/zshrc b/zshrc index 4a733bc..e413cba 100644 --- a/zshrc +++ b/zshrc @@ -4,7 +4,7 @@ export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.golang/bin:$GOPATH/bin:$HOME/.yar export EDITOR="nvim" ## Oh my zsh -plugins=(git dotenv yarn extract) +plugins=(dotenv extract) ZSH_THEME="simple" DISABLE_AUTO_TITLE="true" source $HOME/.oh-my-zsh/oh-my-zsh.sh @@ -23,4 +23,3 @@ alias asdfi=". /opt/asdf-vm/asdf.sh" sdki=". $HOME/.sdkman/bin/sdkman-init.sh" if [[ -f "/bin/exa" ]]; then alias ls="exa -l" ll="ls" la="ls -a" fi -