From e197654237b3581bf398ebd6aa6268b9b80859ad Mon Sep 17 00:00:00 2001 From: zebra Date: Thu, 25 Jul 2024 19:07:25 -0700 Subject: [PATCH] added line to install meslo font --- izebra-linux-oneshot.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 0b0c63e..713dad2 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -18,6 +18,17 @@ sudo apt-add-repository ppa:fish-shell/release-3 sudo apt update sudo apt install fish +#install other tools required +sudo apt install unzip + +#install Meslo Nerd Font +echo Downloading and installing meslo font... + +mkdir /tmp/meslo +wget -O /tmp/meslo/meslo.zip https://objects.githubusercontent.com/github-production-release-asset-2e65be/27574418/5c372df6-5404-410a-bd48-5172d2d5048d?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240726%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240726T020324Z&X-Amz-Expires=300&X-Amz-Signature=89a39bc8f1b1320e5e0aaf43c76987fd7b93bab7f1bfcdbaeef2885c5060fa38&X-Amz-SignedHeaders=host&actor_id=22875272&key_id=0&repo_id=27574418&response-content-disposition=attachment%3B%20filename%3DMeslo.zip&response-content-type=application%2Foctet-stream +unzip /tmp/meslo/meslo.zip + +sudo cp Meslo* /usr/share/fonts/ #Copy fish config file to root and all users under /home/