Skip to content

Instantly share code, notes, and snippets.

@wwwbruno
Last active January 4, 2016 08:39
Show Gist options
  • Save wwwbruno/8596543 to your computer and use it in GitHub Desktop.
Save wwwbruno/8596543 to your computer and use it in GitHub Desktop.
Comandos para um usuário Ubuntu mais feliz
# Natural Scrolling / inverte o scroll do mouse
sudo add-apt-repository ppa:zedtux/naturalscrolling
sudo apt-get update
sudo apt-get install naturalscrolling
# Sublime Text 2 / excelente editor de código
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text
# CPU Frequency / mostra/gerencia a frequência do processador na barra
sudo add-apt-repository ppa:artfwo/ppa
sudo apt-get update
sudo apt-get install indicator-cpufreq
# Classic Menu / menu clássico do gnome
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator
# My Weather Indicator / previsão do Tempo
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicator
# Diodon / histórico de ctrl + c
sudo apt-get install diodon diodon-plugins
# Color on terminal
http://ubuntuforums.org/showthread.php?t=1829046&s=035474953b9201017b9a5b14409e341c&p=11902070#post11902070
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment