improved font setup
This commit is contained in:
parent
2aa9bda8e1
commit
e2c1c86099
1 changed files with 8 additions and 4 deletions
12
setup.sh
12
setup.sh
|
@ -238,15 +238,19 @@ setup_filezilla() {
|
||||||
setup_fonts() {
|
setup_fonts() {
|
||||||
log "installing fonts"
|
log "installing fonts"
|
||||||
|
|
||||||
# wget: For downloading zip files
|
# wget: For downloading zip files
|
||||||
# nerd-fonts-noto-sans-mono: Terminal font
|
# noto-fonts-emoji: Emoji fonts
|
||||||
# adobe-source-han-sans-kr-fonts: Korean font
|
# nerd-fonts-noto-sans-mono: Terminal font
|
||||||
# ttf-baekmuk: Korean font
|
# adobe-source-han-sans-otc-fonts: OpenType font
|
||||||
|
# adobe-source-han-serif-otc-fonts: OpenType font
|
||||||
|
# ttf-baekmuk: Korean font
|
||||||
|
|
||||||
package_install \
|
package_install \
|
||||||
wget \
|
wget \
|
||||||
noto-fonts-emoji \
|
noto-fonts-emoji \
|
||||||
nerd-fonts-noto-sans-mono \
|
nerd-fonts-noto-sans-mono \
|
||||||
|
adobe-source-han-sans-otc-fonts \
|
||||||
|
adobe-source-han-serif-otc-fonts \
|
||||||
adobe-source-han-sans-kr-fonts \
|
adobe-source-han-sans-kr-fonts \
|
||||||
ttf-baekmuk
|
ttf-baekmuk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue