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 $'\nalias 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.deb sudo apt-mark hold indicator-application sudo reboot
-
Icon Pack La Capitaine by @keeferrourke
mkdir ~/.icons && cd ~/.icons git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git cd la-capitaine-icon-theme && ./configure
-
Cursors La Capitaine by @keeferrourke
sudo add-apt-repository ppa:dyatlov-igor/la-capitaine apt install la-capitaine-cursor-theme
APPS (Install from terminal)
- Restricted extras & MM Codec
apt install ubuntu-restricted-extras libavcodec-extra
- flash-plugin
apt install flashplugin-installer pepperflashplugin-nonfree
- archive formats
apt install unace rar unrar p7zip-rar p7zip sharutils uudeview mpack arj cabextract lzip lunzip
- Wine (If you want to run windows apps)
- Restricted extras & MM Codec
-
Reacties
Een reactie posten