Things to do after installing Ubuntu

  1. No need of Desktop envis Ubuntu default one is enough with Gnome Tweaks
  2. Install Gnome Tweaks "sudo apt install gnome-tweak-tool"
  3. Install All Gnome extensions with "sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1)"
  4. You can add Gnome chrome extension here "https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblep?hl=en"
  5. Make the Dock and top bar look like windows with Dash to Panel extension by turning on this extension "https://extensions.gnome.org/extension/1160/dash-to-panel/"
  6. You can find tweaks in Tweaks app.
  7. Install JRE with "sudo apt install default-jre"
  8. Install JDK with "sudo apt install default-jdk"
  9. Install VSCode with "sudo snap install --classic code # or code-insiders"
  10. Install curl with "sudo apt-install curl"
  11. Install NodeJs with "curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - ||||| sudo apt-get install -y nodejs"

Sources : https://www.tecmint.com/things-to-do-after-installing-ubuntu-20-04/
https://code.visualstudio.com/docs/setup/linux

Comments

Popular posts from this blog