From 7b5cc9f63fb24aa151aba3c613daa0c97bc1b640 Mon Sep 17 00:00:00 2001 From: lili Date: Thu, 29 Jun 2023 18:37:01 -0300 Subject: [PATCH] feat: add intel one mono --- fetch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fetch.sh b/fetch.sh index a079b0b..8dcd890 100644 --- a/fetch.sh +++ b/fetch.sh @@ -20,4 +20,8 @@ mv "/tmp/inter/Inter Desktop/" "$FILES_ROOT/usr/share/fonts" wget -O /tmp/ubuntu.zip 'https://assets.ubuntu.com/v1/0cef8205-ubuntu-font-family-0.83.zip' unzip /tmp/ubuntu.zip -d "/tmp/ubuntu" rm -rf /tmp/ubuntu/__MACOSX -mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts" \ No newline at end of file +mv /tmp/ubuntu/* "$FILES_ROOT/usr/share/fonts" + +wget -O /tmp/intelmono.zip 'https://github.com/intel/intel-one-mono/releases/download/V1.2.1/ttf.zip' +unzip /tmp/intelmono.zip -d "/tmp/intelmono" +mv /tmp/intelmono/ttf "$FILES_ROOT/usr/share/fonts/intel-one-mono" \ No newline at end of file