Last active
March 17, 2016 10:24
-
-
Save gravitano/08abd10966f54dd1bc37 to your computer and use it in GitHub Desktop.
After Installing Elementary OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add PPA(s) | |
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder | |
sudo add-apt-repository ppa:mpstark/elementary-tweaks-daily | |
sudo add-apt-repository ppa:linrunner/tlp | |
sudo add-apt-repository ppa:hanipouspilot/focaltech-dkms | |
sudo apt-add-repository ppa:strukturag/libde265 | |
# Update | |
sudo apt-get update | |
# Install Elementary Tweak | |
sudo apt-get install elementary-tweaks | |
# Install FocalTech Driver | |
sudo apt-get install focaltech-dkms | |
# Install ZSH | |
sudo apt-get install zsh | |
# Ubuntu Restricted Extras | |
sudo apt-get install ubuntu-restricted-extras | |
# dconf-tools | |
sudo apt-get install dconf-tools | |
# Skype | |
sudo apt-get install skype | |
# RAR | |
sudo apt-get install rar | |
# SSR | |
sudo apt-get install simplescreenrecorder | |
# VLC | |
sudo apt-get install vlc browser-plugin-vlc | |
sudo apt-get install vlc-plugin-libde265 | |
# Reduce overheating and improve battery life | |
sudo apt-get install tlp tlp-rdw | |
sudo tlp start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment