Skip to content

Instantly share code, notes, and snippets.

@nevillepark
Created March 3, 2019 02:56
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 nevillepark/5588f97a4119d94749418472c1581b5a to your computer and use it in GitHub Desktop.
Save nevillepark/5588f97a4119d94749418472c1581b5a to your computer and use it in GitHub Desktop.
# elementary OS 5.0 fresh install
# Install deja-dup, restore latest backup (this should sort aliases, Dropbox, etc.)
sudo apt install deja-dup duplicity python-gi
# Install apps
sudo apt install com.github.cassidyjames.ideogram dconf-editor firefox gparted mypaint software-properties-common synapse tilde vlc
# Latest GIMP
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt update && sudo apt install gimp
# Minecraft & Optifine
# https://launcher.mojang.com/download/Minecraft.deb
# https://optifine.net/downloads
# Banish faux fonts to the depths of HELL
sudo apt install ttf-mscorefonts-installer
sudo rm /etc/fonts/conf.d/31-croscore-elementary.conf
# Indicators, as per https://github.com/mdh34/elementary-indicators
#
# Download & install
# - https://github.com/mdh34/elementary-indicators/releases/download/0.1/indicator-application-patched.deb
# - https://launchpad.net/~elementary-os/+archive/ubuntu/stable/+files/wingpanel-indicator-ayatana_2.0.3+r27+pkg17~ubuntu0.4.1.1_amd64.deb
# If Dropbox doesn't work:
#
# - https://github.com/hectorm/elementary-dropbox
# - https://metabubble.net/linux/how-to-keep-using-dropbox-even-if-you-dont-use-unencrypted-ext4-workaround/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment