Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Created September 2, 2016 03:50
Show Gist options
  • Save diegoboot/d1d147827607ea1ea613bc666ee361a4 to your computer and use it in GitHub Desktop.
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
""" 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