Skip to content

Instantly share code, notes, and snippets.

@pwdbymoral
Created May 8, 2024 13:56
Show Gist options
  • Save pwdbymoral/6507519ff82d68c0fffc0b8ed370816c to your computer and use it in GitHub Desktop.
Save pwdbymoral/6507519ff82d68c0fffc0b8ed370816c to your computer and use it in GitHub Desktop.
My simple way to configure popOS! for a smooth workflow.

My popOS! Setup

System Configuration

  1. Show Maximize button
  2. Dock not extended
  3. Connect into Google and Microsoft
  4. Show Battery Percentage

Apps

  1. Vivaldi Browser
    • Download the .deb file from Vivaldi website.
    • Install the package by running sudo dpkg -i <package_name>.deb
  2. Free Download Manager
  3. Visual Studio Code
  4. Nodejs
    • Install npm with sudo apt install npm.
    • Install n, the Node.js version manager, with sudo npm install -g n.
    • Install LTS version of Node.JS with sudo n lts.
    • Remove all previously installed versions of Node.JS, except for the current version, with sudo n prune.
    • Uninstall the apt version of npm with sudo apt remove npm.
  5. Discord
    • Install with sudo apt install discord
  6. YT Music Desktop
    • Install snapd with sudo apt install snapd
    • Install YT Music Desktop with sudo snap install youtube-music-desktop-app

Fonts

  1. Jetbrains Mono
    • Unpack fonts to ~/.local/share/fonts
    • Run fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment