all repos

dotfiles @ 044d39e

my dotfiles
3 files changed, 11 insertions(+), 3 deletions(-)
updated zsh, git, kitty
Author: neoteny ss2316544@gmail.com
Committed at: 2022-01-07 23:14:58 +0200
Parent: bf9e797
M 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,11 +33,13 @@ 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
M gitconfig

@@ -5,6 +5,9 @@

[github] name = Smirnov-O +[gpg] + program = gpg2 + [core] editor = nvim
M zshrc

@@ -4,7 +4,7 @@ export PATH="$HOME/bin:$HOME/.local/bin:$HOME/.golang/bin:$GOPATH/bin:$HOME/.yarn/bin:$PATH"

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 @@

if [[ -f "/bin/exa" ]]; then alias ls="exa -l" ll="ls" la="ls -a" fi -