From fa51078dfbaa350057520f2b98605bc69ec3f50f Mon Sep 17 00:00:00 2001
From: Dominic Masters <dominic@domsplace.com>
Date: Thu, 10 Nov 2022 21:10:56 -0800
Subject: [PATCH] Restored AUR Vscode, flatpak still lacks wayland wtf

---
 dotenv.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dotenv.sh b/dotenv.sh
index 7a3d2dd..cac5f81 100755
--- a/dotenv.sh
+++ b/dotenv.sh
@@ -93,7 +93,6 @@ flatpak install flathub \
     io.github.spacingbat3.webcord \
     --assumeyes
 
-
 # PIA
 echo -e "\n\n\nInstalling Private Internet Access\n\n\n"
 if ! command -v piactl &> /dev/null
@@ -107,6 +106,15 @@ then
 fi
 
 
+# VS Code (AUR)
+echo -e "\n\n\nInstalling VSCode\n\n\n"
+git clone https://aur.archlinux.org/visual-studio-code-bin
+cd visual-studio-code-bin
+makepkg -si --noconfirm
+cd ..
+
+
+
 # Node JS / NVM
 echo -e "\n\n\nNodeJS\n\n\n"
 if ! command -v nvm &> /dev/null