update font

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-03-09 23:28:39 +08:00
parent 62878ba01c
commit 2d6076f5ef
3 changed files with 4 additions and 4 deletions

2
.zshrc
View File

@@ -177,7 +177,6 @@ function git_config() {
function git_config_work() { function git_config_work() {
if [ ! $# -eq 2 ]; then if [ ! $# -eq 2 ]; then
echo 'should be like git_config_work {name} {email}' echo 'should be like git_config_work {name} {email}'
exit 1
fi fi
git_config $1 $2 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF23DQtdH5PODF9fYUHr49I1J3lfKLAPk4LG54MVUTcg' git_config $1 $2 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF23DQtdH5PODF9fYUHr49I1J3lfKLAPk4LG54MVUTcg'
} }
@@ -185,7 +184,6 @@ function git_config_work() {
function git_config_play() { function git_config_play() {
if [ ! $# -eq 1 ]; then if [ ! $# -eq 1 ]; then
echo 'should be like gait_config_play {email}' echo 'should be like gait_config_play {email}'
exit 1
fi fi
git_config d0zingcat $1 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVruhhL4O9BiAncnW1wH3jc7/hsqsXLknA8Xtnjjee' git_config d0zingcat $1 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVruhhL4O9BiAncnW1wH3jc7/hsqsXLknA8Xtnjjee'
} }

View File

@@ -12,6 +12,7 @@ brew "kubernetes-cli"
brew "kubectx" brew "kubectx"
brew "lsd" brew "lsd"
brew "neovim" brew "neovim"
brew "node"
brew "protobuf" brew "protobuf"
brew "redis", restart_service: :changed brew "redis", restart_service: :changed
brew "ripgrep" brew "ripgrep"
@@ -25,6 +26,8 @@ cask "cherry-studio"
cask "claude" cask "claude"
cask "cursor" cask "cursor"
cask "datagrip" cask "datagrip"
cask "font-jetbrains-mono-nerd-font"
cask "font-maple-mono-nf-cn"
cask "google-chrome" cask "google-chrome"
cask "mac-mouse-fix" cask "mac-mouse-fix"
cask "notion" cask "notion"

View File

@@ -3,9 +3,8 @@ return {
default_cwd = wezterm.home_dir .. "/work", default_cwd = wezterm.home_dir .. "/work",
font_size = 14, font_size = 14,
font = wezterm.font_with_fallback({ font = wezterm.font_with_fallback({
"Maple Mono NF CN",
"JetBrainsMono Nerd Font", "JetBrainsMono Nerd Font",
"JetBrains Mono",
"JetBrainsMono Nerd Font Mono",
}), }),
colors = { colors = {
tab_bar = { tab_bar = {