If there is no nerd font, the characters will be garbled.
My sub dotfiles (simple dotfiles) is H37kouya/dotfiles-light.
It is necessary to set the nerd font. The reference is wiki font
# Mac のとき
$ xcode-select --install
$ git clone https://github.com/H37kouya/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ make deploy
$ source ~/.zshrc
# zinit自身の更新とプラグインの更新
$ zinit-update
Example, Windows terminal settings
{
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles.
"fontFace": "HackGen35Nerd Console",
"colorScheme": "Dracula"
}
}
}
{
"editor.fontFamily": "'HackGen35Nerd', 'Hiragino Kaku Gothic ProN', Menlo, Monaco, 'Courier New', monospace",
"markdown.preview.fontFamily": "HackGen35Nerd, -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif"
}
$ git config --local user.name <name>
$ git config --local user.email <email>