diff --git a/home/pomp/.config/VSCodium/User/settings.json b/home/pomp/.config/VSCodium/User/settings.json index 1780789..a8187e5 100644 --- a/home/pomp/.config/VSCodium/User/settings.json +++ b/home/pomp/.config/VSCodium/User/settings.json @@ -1,16 +1,28 @@ { - "workbench.colorTheme": "One Dark Pro Flat", - "workbench.iconTheme": "material-icon-theme", - "security.workspace.trust.untrustedFiles": "open", - "git.enableSmartCommit": true, - "git.confirmSync": false, - "git.autofetch": true, - "terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'", - "editor.codeLensFontFamily": "'Source Code Pro'", - "editor.formatOnSave": true, - "editor.formatOnPaste": true, - "gitlens.currentLine.enabled": false, - "gitlens.hovers.currentLine.over": "line", - "gitlens.codeLens.enabled": false, - "gitlens.statusBar.enabled": false -} \ No newline at end of file + "workbench.colorTheme": "One Dark Pro Flat", + "workbench.iconTheme": "material-icon-theme", + "security.workspace.trust.untrustedFiles": "open", + "git.enableSmartCommit": true, + "git.confirmSync": false, + "git.autofetch": true, + "terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'", + "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, + "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" + } +} diff --git a/setup.sh b/setup.sh index 64c1377..10f6529 100755 --- a/setup.sh +++ b/setup.sh @@ -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