Skip to content

Instantly share code, notes, and snippets.

@bouroo
Created August 15, 2019 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bouroo/7d683803d180fec10fc3d4a8518a745f to your computer and use it in GitHub Desktop.
Save bouroo/7d683803d180fec10fc3d4a8518a745f to your computer and use it in GitHub Desktop.
Ubuntu adapta + papirus
#!/usr/bin/env bash
if [ "$(whoami)" != "root" ]; then
SUDO=sudo
fi
${SUDO} add-apt-repository -y ppa:tista/adapta
${SUDO} add-apt-repository -y ppa:papirus/papirus
${SUDO} apt update
${SUDO} apt install -y adapta-gtk-theme papirus-icon-theme
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment