Skip to content

Instantly share code, notes, and snippets.

@belmer
Last active September 6, 2021 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save belmer/699ba2f36e84e50c25fcb7214f32a4c3 to your computer and use it in GitHub Desktop.
Save belmer/699ba2f36e84e50c25fcb7214f32a4c3 to your computer and use it in GitHub Desktop.
Linux Machine Setup {mr.b}

My General OS Setup

Before doing all of these, make sure to have a backup of everything and if your using VsCode make sure you use settings sync. It will sync up all of your settings obviously and all configurations. This will be very convenient on moving from one system to the other.

  1. Download & Install PopOS (https://pop.system76.com/) Essential Apps
  • VsCode/Sublime
  • Blender
  • Flameshot
  • Noisetorch (https://github.com/lawl/NoiseTorch)
  • Zoom
  • Postman
  • Chrome
  • NodeJS
    • Install npm (sudo apt install npm)
    • Install yarn (npm i -g yarn)
  1. Install Yaru theme icons (https://blog.devget.net/linux/how-to-install-ubuntu-yaru-theme-in-pop_os-20-04/)
  2. Disable the following extensions included on PopOS
  • Cosmic Dock
  • Dektop Icons
  • Pop Cosmic
  1. To be able to do more desktop customizations install Gnome Tweak sudo apt install gnome-tweaks
  2. Install and do the following gnome tweaks
  • Install Impatience - this will allow you do adjust window animations (Might not be needed anymore actually)
  • Under General, disable Animations
  • Under Apperance->Icons, select Yaru
  • Change the background and lock screen
  1. Termincal customization
  1. Vscode config
  • Enable settings sync (Gear Icon, Lower right)
  • Login to github
  • Download and install source code pro font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment