Skip to content

Instantly share code, notes, and snippets.

@nicolkill
Last active December 21, 2023 23:53
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 nicolkill/178f75c0596ffbea92bc33f13fd66d3c to your computer and use it in GitHub Desktop.
Save nicolkill/178f75c0596ffbea92bc33f13fd66d3c to your computer and use it in GitHub Desktop.

Elementary OS Post Install

Browser

Install Chrome or your favorite browser

Install Required Drivers

sudo ubuntu-drivers autoinstall

Install software-properties-common

sudo apt install software-properties-common

deb-get to install third-party software on Ubuntu easily

sudo apt install curl
curl -sL https://raw.githubusercontent.com/wimpysworld/deb-get/main/deb-get | sudo -E bash -s install deb-get

Restricted extras

sudo apt install -y ubuntu-restricted-extras libavcodec-extra libdbd-pkg
sudo dpkg-reconfigure libdbd-pkg

Install Pantheon-Tweaks

sudo add-apt-repository -y ppa:philip.scott/pantheon-tweaks
sudo apt update
sudo apt install -y pantheon-tweaks

Install updates and reboot

sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo deb-get update
sudo deb-get upgrade
sudo apt autoremove
sudo apt autoclean

Reboot your computer now

Other tutorials

Can have utilities that maybe you need or not, check what you want to install

Huawei Matebook sound fix

Partially fix the problem, with this you only need a bluetooth headphones with microphone to have sound and mic to calls

https://github.com/Smoren/huawei-ubuntu-sound-fix

Extra software

https://github.com/bkw777/mainline
https://github.com/stsdc/monitor
https://meetfranz.com
https://www.getmailspring.com
https://docs.docker.com/engine/install/ubuntu
https://github.com/fish-shell/fish-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment