elementaryOS | Things I Do After Installing elementary OS Hera
First Things First Enable PPA sudo apt update sudo apt install software-properties-common apt-transport-https curl Install apt-fast [Yes! it's really fast] sudo add-apt-repository -y ppa:apt-fast/stable sudo apt -y install apt-fast echo $' \n alias apt="apt-fast" ' >> ~ /.bashrc source ~ /.bashrc Update OS # use "sudo apt" if you're skipping 'Install apt-fast' apt upgrade Install git apt install git Cleanup OS apt autoremove -y && apt autoclean -y UI Tweaks Bring back Tray icons ( why did they remove it? ) wget https://github.com/Lafydev/wingpanel-indicator-ayatana/raw/master/com.github.lafydev.wingpanel-indicator-ayatana_2.0ubuntu6_amd64.deb wget https://github.com/mdh34/elementary-indicators/releases/download/0.1/indicator-application-patched.deb sudo dpkg -i com.github.lafydev.wingpanel-indicator-ayatana_2.0ubuntu6_amd64.deb indicator-application-patched....