From bdd8a737dedf90fbea1a4c7b8640624f39e24f5b Mon Sep 17 00:00:00 2001 From: Vivek Sundaray Date: Sat, 6 Nov 2021 20:26:09 +0530 Subject: [PATCH] Added vscodium-bin instead of code According to me the code package from the standard repos doesn't work really well(especially the extentions feature). I added vscodium-bin to AUR package list which works completely well. Also it is telemetry free. --- 1-setup.sh | 1 - 2-user.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/1-setup.sh b/1-setup.sh index 4f36ace..03e3275 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -84,7 +84,6 @@ PKGS=( 'btrfs-progs' 'celluloid' # video players 'cmatrix' -'code' # Visual Studio code 'cronie' 'cups' 'dialog' diff --git a/2-user.sh b/2-user.sh index 881a28d..b6320f5 100755 --- a/2-user.sh +++ b/2-user.sh @@ -49,6 +49,7 @@ PKGS=( 'ttf-roboto' 'zoom' # video conferences 'snap-pac' +'vscodium-bin' ) for PKG in "${PKGS[@]}"; do