Update dotfiles/.config/tabby/config.yaml, dotfiles/.vscode/settings.json

This commit is contained in:
Brian Zalewski 2022-10-28 20:42:05 +00:00
parent a3cfb1831a
commit 119add5dc5
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@ terminal:
autoOpen: true
scrollbackLines: 100000
frontend: xterm-webgl
font: FiraCode Nerd Font
font: Hack Nerd Font
ligatures: true
background: colorScheme
showTabProfileIcon: true

View file

@ -37,7 +37,7 @@
},
"codetour.customTourDirectory": ".config/codetour.yml",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "'FiraCode Nerd Font', Menlo, Monaco, 'Courier New', monospace",
"editor.fontFamily": "'Hack Nerd Font', Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"eslint.alwaysShowStatus": true,