Skip to content

Instantly share code, notes, and snippets.

@iagodahlem
Last active November 19, 2016 22:54
Show Gist options
  • Save iagodahlem/ba5700f4e0b28cfa45b37bfe667c6687 to your computer and use it in GitHub Desktop.
Save iagodahlem/ba5700f4e0b28cfa45b37bfe667c6687 to your computer and use it in GitHub Desktop.
Some setups for Elementary OS.
# Elementary Setup and Tweaks - for Elementary OS Loki
# extra installations
sudo apt-get install software-properties-common -y
# clean up
sudo apt-get purge evolution-data-server -y
# elementary-tweaks
sudo add-apt-repository ppa:philip.scott/elementary-tweaks -y
sudo apt-get update
sudo apt-get install elementary-tweaks -y
# extra packs and themes
sudo add-apt-repository ppa:noobslab/themes -y
sudo add-apt-repository ppa:noobslab/icons -y
sudo add-apt-repository ppa:noobslab/apps -y
sudo apt-get update
sudo apt install plank-themer
sudo add-apt-repository ppa:cybre/elementaryplus -y
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install elementaryplus -y
# button-layout
gsettings set org.pantheon.desktop.gala.appearance button-layout close,minimize,maximize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment