fix zsh-syntax-highlight, kitty nerd fonts
This commit is contained in:
parent
75778d4eef
commit
12b14aa63b
@ -5,6 +5,8 @@
|
||||
- create:
|
||||
~/.ssh:
|
||||
mode: 0700
|
||||
~/.gnupg:
|
||||
mode: 0700
|
||||
~/.config/nvim:
|
||||
~/.config/kitty:
|
||||
~/.thunderbird:
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family JetBrainsMono Nerd Font Mono
|
||||
font_family JetBrainsMono Nerd Font
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
@ -57,8 +57,7 @@ font_size 12.0
|
||||
#: than 100% to reduce sizes (but this might cause rendering
|
||||
#: artifacts).
|
||||
|
||||
# symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E634,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font Mono
|
||||
symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
|
||||
|
||||
#: Map the specified unicode codepoints to a particular font. Useful
|
||||
#: if you need special rendering for some symbols, such as for
|
||||
|
||||
11
osx
11
osx
@ -167,6 +167,17 @@ chflags nohidden ~/Library
|
||||
# Dock, Dashboard, and hot corners #
|
||||
###############################################################################
|
||||
|
||||
# Enable Genie effect for window minimization
|
||||
defaults write com.apple.dock mineffect -string "genie"
|
||||
|
||||
# Set Dock magnification (1-128, where 1 is smallest and 128 is largest)
|
||||
# Here we choose 64 as a medium value
|
||||
defaults write com.apple.dock magnification -bool true
|
||||
defaults write com.apple.dock largesize -int 80
|
||||
|
||||
# Disable recent applications in the Dock (requires macOS Mojave or later)
|
||||
defaults write com.apple.dock show-recents -bool false
|
||||
|
||||
# Set the icon size of Dock items
|
||||
defaults write com.apple.dock tilesize -int 48
|
||||
|
||||
|
||||
4
zshrc
4
zshrc
@ -151,13 +151,13 @@ alias gl='git log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %
|
||||
alias vi='nvim'
|
||||
alias vim='nvim'
|
||||
|
||||
alias 'gpg list'='gpg --list-secret-keys --keyid-format=long'
|
||||
alias gpg-list='gpg --list-secret-keys --keyid-format=long'
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
# TODO
|
||||
source ${share_path}/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ${share_path}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
# Allow history search via up/down keys.
|
||||
# TODO
|
||||
source ${share_path}/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user