From 1dbc26ba72b4f60d3b02c2c1a2a3315f5458bd92 Mon Sep 17 00:00:00 2001 From: zebra Date: Thu, 25 Jul 2024 19:17:15 -0700 Subject: [PATCH] fixed meslo install --- izebra-linux-oneshot.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/izebra-linux-oneshot.sh b/izebra-linux-oneshot.sh index 17a4d4b..0f4fbef 100644 --- a/izebra-linux-oneshot.sh +++ b/izebra-linux-oneshot.sh @@ -25,10 +25,13 @@ sudo apt install unzip 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/ +wget -O /tmp/meslo/MesloLGS\ NF\ Regular.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf +wget -O /tmp/meslo/MesloLGS\ NF\ Bold\ Italic.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf +wget -O /tmp/meslo/MesloLGS\ NF\ Bold.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf +wget -O /tmp/meslo/MesloLGS\ NF\ Italic.ttf https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf + +sudo cp /tmp/meslo/Meslo* /usr/share/fonts/ sudo fc-cache #Copy fish config file to root and all users under /home/