Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

VSCode

1. Font

before download

font overview website

install font

$ brew tap homebrew/cask-fonts &&
brew install --cask font-<Font-Name>-nerd-font

*github url

settings.json

{
    ...
    "editor.fontFamily": "JetBrains Mono",
    "editor.fontSize": 14,
    "terminal.integrated.fontSize": 14,
    ...
}

2. Extensions(recommanded)

3. Terminal Color

Base16 Terminal Colors for Visual Studio Code

[settings.json]