kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Include personal VSCode settings, including keybindings? #17

Closed kieranpotts closed 1 year ago

kieranpotts commented 1 year ago

When you've installed the Nerd Font of your choice, simply set your terminal to use that font. If you have Git Bash configured as the default profile for VSCode's integrated terminal, you will also need to enable the Nerd Font in VSCode's integrated terminal too, eg:

{
  "terminal.integrated.defaultProfile.windows": "Git Bash",
  "terminal.integrated.fontFamily": "Nerd NF",
}