1
0
Fork 0

updated vscodium settigs and fonts

This commit is contained in:
Kim, Jimin 2021-12-04 12:13:57 +09:00
parent f71cc4c1a8
commit 6ddd471b0d
2 changed files with 28 additions and 23 deletions

View file

@ -6,11 +6,23 @@
"git.confirmSync": false,
"git.autofetch": true,
"terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'",
"editor.codeLensFontFamily": "'Source Code Pro'",
"editor.fontSize": 16,
"editor.fontFamily": "'Ubuntu Mono'",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false,
"gitlens.statusBar.enabled": false
"gitlens.statusBar.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"explorer.compactFolders": false,
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[ignore]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}

View file

@ -246,17 +246,12 @@ setup_fonts() {
# wget: For downloading zip files
# noto-fonts-emoji: Emoji fonts
# nerd-fonts-noto-sans-mono: Terminal font
# adobe-source-han-sans-otc-fonts: OpenType font
# adobe-source-han-serif-otc-fonts: OpenType font
# ttf-baekmuk: Korean font
package_install \
wget \
noto-fonts-emoji \
nerd-fonts-noto-sans-mono \
adobe-source-han-sans-otc-fonts \
adobe-source-han-serif-otc-fonts \
adobe-source-han-sans-kr-fonts \
ttf-baekmuk
# path to temporarily save font related files
@ -265,10 +260,8 @@ setup_fonts() {
# fonts to download
font_names=(
"Audiowide"
"Comfortaa"
"Nanum Gothic"
"Source Code Pro"
"Varela Round"
"Ubuntu Mono"
)
# create fonts directory if it does not exist