Use kitty terminal emulator

This commit is contained in:
rydesun 2021-07-24 19:15:39 +08:00
parent 07535d4e3b
commit 7dbc758ef4
4 changed files with 25 additions and 3 deletions

22
.config/kitty/kitty.conf Normal file
View file

@ -0,0 +1,22 @@
font_size 15.0
symbol_map U+3400-U+4DBF,U+4E00-U+9FFC Noto Sans Mono CJK SC
background #263238
foreground #eceff1
color0 #505070
color1 #ff9800
color2 #8bc34a
color3 #ffc107
color4 #03a9f4
color5 #e91e63
color6 #009688
color7 #cfd8dc
color8 #507070
color9 #ffa74d
color10 #9ccc65
color11 #ffa000
color12 #81d4fa
color13 #ad1457
color14 #26a69a
color15 #eceff1

View file

@ -23,7 +23,7 @@ fading = true
#################################
opacity-rule = [
"90:class_i = 'Terminal Emulator'"
"90:class_i = 'kitty'"
];
#################################

View file

@ -216,7 +216,7 @@ alias g='git' && compdef g=git
alias py='python' && compdef py=python
alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME' && compdef config=git
alias config.edit='GIT_DIR=$HOME/.myconf GIT_WORK_TREE=$HOME nvim' && compdef config.edit=nvim
alias ssh='TERM=xterm-256color ssh'
alias ssh='kitty +kitten ssh'
alias mountdisk="mount | grep -E '^(/dev/sd|/dev/nvme|/dev/mmcblk|gvfsd-fuse)' | awk '{print \$1 \"\t\" \$5 \"\t\" \$3 \"\n\t\t\" \$6}'"
# >>>-----------------------------------

View file

@ -1,7 +1,7 @@
# Linux 配置
- 使用 `pam_environment` 管理环境变量
- 使用 `alacritty` 虚拟终端
- 使用 `kitty` 虚拟终端
- 使用 `material` 配色主题
- 不使用 `Powerline``Oh My Zsh`