Skip to content

Instantly share code, notes, and snippets.

@Gummibeer
Created September 7, 2017 10:25
Show Gist options
  • Save Gummibeer/f60261d5a0e011ccf43f5c94adde9275 to your computer and use it in GitHub Desktop.
Save Gummibeer/f60261d5a0e011ccf43f5c94adde9275 to your computer and use it in GitHub Desktop.
install new ubuntu
sudo add-apt-repository ppa:numix/ppa
sudo add-apt-repository ppa:papirus/papirus
sudo apt update && sudo apt install papirus-icon-theme numix-gtk-theme numix-icon-theme-circle unity-tweak-tool
sudo mkdir /etc/lightdm/lightdm.conf.d
sudo sh -c 'printf "[SeatDefaults]\nallow-guest=false\n" > /etc/lightdm/lightdm.conf.d/50-no-guest.conf'
sudo apt-get install git php7.0-cgi php7.0-cli php7.0-mcrypt php7.0-mbstring php7.0-xml php7.0-zip php7.0-json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment