Skip to content

Commit

Permalink
Added nerd-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
kosantosbik committed Aug 2, 2019
1 parent c3ce1ac commit 3c934d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2862,6 +2862,7 @@ install_fonts(){
echo " 8) $(menu_item "ttf-ms-fonts") $AUR"
echo " 9) $(menu_item "wqy-microhei") (Chinese/Japanese/Korean Support)"
echo "10) $(menu_item "noto-fonts-cjk") (Chinese/Japanese/Korean Support)"
echo "11) $(menu_item "nerd-fonts-complete") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2903,6 +2904,9 @@ install_fonts(){
10)
package_install "noto-fonts-cjk"
;;
11)
package_install "nerd-fonts-complete"
;;
"b")
break
;;
Expand Down
1 change: 1 addition & 0 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
# 8) ttf-ms-fonts
# 9) wqy-microhei
#10) noto-fonts-cjk
#11) nerd-fonts-complete
FONTS_OPTIONS="1-9"
#}}}
#IME INPUT TOOLS {{{
Expand Down

0 comments on commit 3c934d3

Please sign in to comment.