From 6ec6d1c1bf41aa9b81d1e29014a5eb5460483ebe Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Wed, 29 May 2024 16:22:08 +0200 Subject: [PATCH] delete install-code.sh --- install-code.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 install-code.sh diff --git a/install-code.sh b/install-code.sh deleted file mode 100644 index b394ba5..0000000 --- a/install-code.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -source /etc/lsb-release -if [ $# -eq 1 ] && [ $1 == "-h" ]; then - echo https://github.com/tonsky/FiraCode/wiki/VS-Code-Instructions - exit -fi -if [ 0 -eq $(id -u) ]; then - echo Don\'t run this script as root, please. - echo If it will need permission it will use 'sudo' command. -else - if [ $DISTRIB_ID == "ManjaroLinux" ]; then - sudo pacman -S ttf-fira-code - yay -S vscodium-bin - sudo ln -s /usr/bin/vscode /usr/bin/code - code --install-extension akamud.vscode-theme-onedark - code --install-extension vscode-icons-team.vscode-icons - fi -fi \ No newline at end of file