mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update kitty icon
This commit is contained in:
BIN
kitty/kitty.app.icns
Normal file
BIN
kitty/kitty.app.icns
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user