update kitty icon

This commit is contained in:
xfy
2024-12-18 09:11:15 +08:00
parent 15cbe4998a
commit 6a80ddff9b
4 changed files with 3 additions and 3 deletions

BIN
kitty/kitty.app.icns Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -980,7 +980,7 @@ tab_title_template "{index}: {title[title.rfind('/')+1:]}"
#: The foreground and background colors.
background_opacity 0.95
background_opacity 0.98
background_blur 15
#: The opacity of the background. A number between zero and one, where

View File

@ -78,8 +78,8 @@ if [[ $OSTYPE == "darwin"* ]]; then
export CPPFLAGS="-I/opt/homebrew/opt/libpq/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/libpq/lib/pkgconfig"
# proxy
export http_proxy="http://127.0.0.1:10809"
export https_proxy="http://127.0.0.1:10809"
export http_proxy="http://127.0.0.1:7890"
export https_proxy="http://127.0.0.1:7890"
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
# Android
export PATH="$PATH:/Volumes/SN/SDK/cmdline-tools/bin"