diff --git a/.chezmoiignore b/.chezmoiignore index 1f33873..3dad9ba 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -2,6 +2,7 @@ README.md .config/nvim/README.md LICENSE {{ if eq .chezmoi.os "darwin" }} +.msmtprc .muttrc .Xresources .xsession diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf index bb5a70c..105f989 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf @@ -28,6 +28,7 @@ bold_font BrutalistMono Nerd Font Regular font_size 16.0 +text_composition_strategy 1.0 #: Font size (in pts) # adjust_line_height 0 @@ -336,7 +337,7 @@ inactive_tab_background #32302f #: Color scheme {{{ foreground #ebdbb2 -background #282828 +background #1b1b1b #: The foreground and background colors diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 8f2dd08..57f5fc0 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -23,6 +23,10 @@ zle -N zle-line-init zle -N zle-keymap-select export KEYTIMEOUT=1 +function ll { + cd "$(llama "$@")" +} + plugins={{ .plugins }} source $ZSH/oh-my-zsh.sh