Created
September 2, 2016 03:50
-
-
Save diegoboot/d1d147827607ea1ea613bc666ee361a4 to your computer and use it in GitHub Desktop.
Xfce - O ambiente de trabalho gráfico mais personalizável • https://youtu.be/F9CqVSFtIK4
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
""" PPA ORANCHELO para Ubuntu e derivados | |
Abra um terminal [ no Unity use as teclas CTRL + ALT + T ] | |
Instale o pacote de ícones ORANCHELO usando os comandos abaixo """ | |
sudo add-apt-repository ppa:oranchelo/oranchelo-icon-theme | |
sudo apt-get update | |
sudo apt-get install oranchelo-icon-theme | |
# Instale no openSUSE, Fedora e baseados em RPM | |
wget https://github.com/OrancheloTeam/oranchelo-icon-theme/releases/download/v0.7.3.5/oranchelo-icon-theme-0.7.3.5-1.fc23.noarch.rpm -O oranchelo-icon-theme.rpm | |
# se o link estiver desatualizado acesse o link https://github.com/OrancheloTeam/oranchelo-icon-theme/releases/ | |
sudo rpm -install oranchelo-icon-theme.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment