From 2d6076f5ef565b9b6e017d6ae96d5aeb53ebe706 Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Sun, 9 Mar 2025 23:28:39 +0800 Subject: [PATCH] update font Signed-off-by: d0zingcat --- .zshrc | 2 -- Brewfile | 3 +++ wezterm/wezterm.lua | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index 90bfdcd..35942a6 100644 --- a/.zshrc +++ b/.zshrc @@ -177,7 +177,6 @@ function git_config() { function git_config_work() { if [ ! $# -eq 2 ]; then echo 'should be like git_config_work {name} {email}' - exit 1 fi git_config $1 $2 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF23DQtdH5PODF9fYUHr49I1J3lfKLAPk4LG54MVUTcg' } @@ -185,7 +184,6 @@ function git_config_work() { function git_config_play() { if [ ! $# -eq 1 ]; then echo 'should be like gait_config_play {email}' - exit 1 fi git_config d0zingcat $1 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVruhhL4O9BiAncnW1wH3jc7/hsqsXLknA8Xtnjjee' } diff --git a/Brewfile b/Brewfile index be0f6b7..d903b7b 100644 --- a/Brewfile +++ b/Brewfile @@ -12,6 +12,7 @@ brew "kubernetes-cli" brew "kubectx" brew "lsd" brew "neovim" +brew "node" brew "protobuf" brew "redis", restart_service: :changed brew "ripgrep" @@ -25,6 +26,8 @@ cask "cherry-studio" cask "claude" cask "cursor" cask "datagrip" +cask "font-jetbrains-mono-nerd-font" +cask "font-maple-mono-nf-cn" cask "google-chrome" cask "mac-mouse-fix" cask "notion" diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 0bfa3ff..5f7a9da 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -3,9 +3,8 @@ return { default_cwd = wezterm.home_dir .. "/work", font_size = 14, font = wezterm.font_with_fallback({ + "Maple Mono NF CN", "JetBrainsMono Nerd Font", - "JetBrains Mono", - "JetBrainsMono Nerd Font Mono", }), colors = { tab_bar = {