updated vscodium settigs and fonts
This commit is contained in:
parent
f71cc4c1a8
commit
6ddd471b0d
2 changed files with 28 additions and 23 deletions
9
setup.sh
9
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue