Last active
January 2, 2016 08:29
-
-
Save nvasilakis/8277039 to your computer and use it in GitHub Desktop.
Post-install repos for elementary os
This file contains hidden or 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
sudo add-apt-repository ppa:birdie-team/daily | |
sudo apt-get update && sudo apt-get install birdie-granite | |
sudo add-apt-repository ppa:gotwig/weekly | |
sudo apt-get update | |
sudo apt-get install gazette | |
echo 'Add weather.yahoo.com id to org → pantheon → gazette' | |
sudo apt-add-repository ppa:versable/elementary-update | |
sudo apt-get update | |
sudo apt-get install elementary-tweaks | |
sudo add-apt-repository ppa:tombeckmann/geary | |
sudo apt-get update && sudo apt-get install geary | |
echo 'Change default application for vala to emacs24' | |
xdg-mime default emacs24.desktop text/x-vala |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment