echo "deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-debian-stretch-prod stretch main" > /etc/apt/sources.list
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" >> /etc/apt/sources.list
echo "deb http://ftp.de.debian.org/debian stretch main " >> /etc/apt/sources.list
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list
curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
apt-get update
apt -y install curl gnupg apt-transport-https
apt install powershell
apt install mono-devel
apt install monodevelop
apt install code
mkdir /root/code
todo: check what repo this comes from
apt install dotnet-sdk-2.2
wget -O discord.deb "https://discordapp.com/api/download?platform=linux&format=deb"
apt-get install ./discord.deb
you can run chromium on kali by typing chromium --no-sandbox
in the run dialog. Using the default shortcuts built in will fail when running as root due to the nature of chrome wanting to not run as root! I would like to iterate that this is a horrible idea, but, lets do it anyways.
Why not just run firefox? mainly just because firefox doesn't handle the touch screen well.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt install ./google-chrome-stable_current_amd64.deb