Skip to content

Instantly share code, notes, and snippets.

@luqmansen
Last active July 15, 2020 17:33
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 luqmansen/a8efd756ed29e3ebb5b67de36e54ea04 to your computer and use it in GitHub Desktop.
Save luqmansen/a8efd756ed29e3ebb5b67de36e54ea04 to your computer and use it in GitHub Desktop.
Debloat ubuntu mate 16.04
sudo apt-get remove account-plugin-facebook account-plugin-flickr account-plugin-jabber account-plugin-salut account-plugin-twitter account-plugin-windows-live account-plugin-yahoo aisleriot brltty duplicity empathy empathy-common
sudo apt remove rhythmbox rhythmbox-plugins rhythmbox-plugin-zeitgeist sane-utils shotwell shotwell-common telepathy-gabble telepathy-haze telepathy-idle telepathy-indicator telepathy-logger telepathy-mission-control-5 telepathy-salut
sudo apt install git zsh curl
/bin/bash -c "$(curl -sL https://git.io/vokNn)"
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment