Member-only story
Setup your device as a Web Developer
4 min readAug 1, 2020
Linux
Open your terminal either by using the Ctrl+Alt+T
keyboard shortcut or by clicking on the terminal icon.
- Install VS code
sudo apt updatesudo apt install software-properties-common apt-transport-https wgetwget -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 install code
- Install Google chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- Install Tweak Tool
sudo add-apt-repository universesudo apt install gnome-tweak-toolgnome-tweaks
- Install Plank
sudo apt-get updatesudo apt-get install plankplank
Then click Super
or windows
and write Tweaks and open it and add Plank in Startup Applications.