Skip to content

Instantly share code, notes, and snippets.

View mferri17's full-sized avatar
๐Ÿ•
Yo man

Marco Ferri mferri17

๐Ÿ•
Yo man
View GitHub Profile
sudo apt-get -y install cmake
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt update
sudo apt install code
sudo apt-get update