Skip to content

Instantly share code, notes, and snippets.

@kruug
Created September 5, 2021 05:32
Show Gist options
  • Save kruug/b72a91ec912480d3c821233fb566adc8 to your computer and use it in GitHub Desktop.
Save kruug/b72a91ec912480d3c821233fb566adc8 to your computer and use it in GitHub Desktop.
Set up new Ubuntu install
#!/bin/bash
# Remove snaps
sudo apt remove --autoremove --purge snapd
sudo apt-mark hold snapd
# Remove Ubuntu Gnome extensions
rm ~/.local/share/gnome-shell/extensions/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment