diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index d1ea843..ea07cf5 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -27,7 +27,7 @@ font: # Normal (roman) font face normal: - family: IBM Plex Mono + family: Fira Code # The `style` can be specified to pick a specific face. style: Regular @@ -35,7 +35,7 @@ font: # Bold font face bold: - family: IBM Plex Mono + family: Fira Code # The `style` can be specified to pick a specific face. style: Bold @@ -48,13 +48,13 @@ font: # Bold italic font face bold_italic: - family: IBM Plex Mono + family: Fira Code # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 11 + size: 7 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index cb7ce85..f68d784 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -7,3 +7,5 @@ alias ccd="pwd | xcopy" # Programs alias vidconvert="ffmpeg -i" +alias vim="nvim" +alias vi="nvim" diff --git a/oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme b/oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme index e6f35cc..a3ec405 100644 --- a/oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme +++ b/oh-my-zsh/.oh-my-zsh/custom/themes/minimal.zsh-theme @@ -4,5 +4,5 @@ function prompt_char { PROMPT='%{$reset_color%}%{$fg_bold[white]%}%c $(prompt_char)$(git_prompt_info)> %{$reset_color%}' -ZSH_THEME_GIT_PROMPT_PREFIX=" (" -ZSH_THEME_GIT_PROMPT_SUFFIX=")" +ZSH_THEME_GIT_PROMPT_PREFIX=" (%{$reset_color%}%{$fg_bold[red]%}" +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}%{$fg_bold[white]%})" diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 14504a0..99ec0cc 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -404,7 +404,7 @@ rounded-corners-exclude = [ # "class_g = 'URxvt'", # "class_g = 'XTerm'", # "class_g = 'kitty'", -# "class_g = 'Alacritty'", + "class_g = 'Alacritty'", "class_g = 'Polybar'", # "class_g = 'code-oss'", # "class_g = 'TelegramDesktop'",