Skip to content

Commit

Permalink
chore: update terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleimp committed Sep 11, 2023
1 parent eca3e6d commit aad7f7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include ./tokyonight.conf
shell /bin/zsh

font_family Iosevka Nerd Font Mono
font_family JetBrainsMono Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto

font_size 14.0
font_size 12

enable_audio_bell no

Expand Down
4 changes: 2 additions & 2 deletions .config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ disabled = true
truncate_to_repo = false

[character]
success_symbol = '[](green) '
error_symbol = '[](bold red) '
success_symbol = '[󰧞](green) '
error_symbol = '[󰧞](bold red) '
6 changes: 3 additions & 3 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if wezterm.config_builder then
config = wezterm.config_builder()
end

config.color_scheme = "Gruvbox dark, hard (base16)"
config.font = wezterm.font("Iosevka Nerd Font")
config.font_size = 13
config.color_scheme = "Tokyo Night (Gogh)"
config.font = wezterm.font("JetBrainsMono Nerd Font")
config.font_size = 12
config.hide_tab_bar_if_only_one_tab = true

config.keys = {
Expand Down

0 comments on commit aad7f7b

Please sign in to comment.