From efc887eda48d86e8e9dd18a37bb71c44f51b6cec Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 11 May 2022 21:16:50 -0700 Subject: [PATCH] Updated VS Code, rimraf Qogir icons --- scripts/install-plasma.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install-plasma.sh b/scripts/install-plasma.sh index 64acecf..57a3894 100755 --- a/scripts/install-plasma.sh +++ b/scripts/install-plasma.sh @@ -47,7 +47,7 @@ if [ -f "/etc/debian_version" ]; then sudo apt install --assume-yes $toInstall # VS Code (Debian) - wget https://az764295.vo.msecnd.net/stable/899d46d82c4c95423fb7e10e68eba52050e30ba3/code_1.63.2-1639562499_amd64.deb -O ~/Downloads/vscode.deb + wget https://az764295.vo.msecnd.net/stable/da15b6fd3ef856477bf6f4fb29ba1b7af717770d/code_1.67.1-1651841865_amd64.deb -O ~/Downloads/vscode.deb sudo dpkg -i ~/Downloads/vscode.deb rm ~/Downloads/vscode.deb fi @@ -92,6 +92,9 @@ cd Qogir-kde ./install.sh cd .. +# Delete Qogir ugly icons (Sorry Qogir) +rm -rf ~/.local/share/plasma/desktoptheme/Qogir*/icons + # Iosevka Font mkdir -p ~/.fonts wget "https://objects.githubusercontent.com/github-production-release-asset-2e65be/39315600/97e975fb-b154-4b05-bd0a-3c818fdb02f9?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220424T063917Z&X-Amz-Expires=300&X-Amz-Signature=4edc659fe314a1f8b8964063152d98f2ce1e1c971619d87c08996443ce65cf68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=39315600&response-content-disposition=attachment%3B%20filename%3Dsuper-ttc-iosevka-ss09-15.2.0.zip&response-content-type=application%2Foctet-stream" -O ./iosevka-ss09.zip