Snippets

Joran Rood Elementary OS Applications

Created by Joran Rood last modified
#!/bin/sh

curl -s https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9C9D00C5C71CAEFF449B242284F4B98F728E2216

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
echo "deb http://ppa.launchpad.net/joranrood/ppa/ubuntu bionic main" | sudo tee /etc/apt/sources.list.d/joranrood.list
echo "# deb-src http://ppa.launchpad.net/joranrood/ppa/ubuntu bionic main" | sudo tee -a /etc/apt/sources.list.d/joranrood.list

sudo apt update
sudo apt upgrade
sudo apt install dconf-editor gnome-system-monitor nemo firefox thunderbird sublime-text spotify-client elementary-extra-icon-theme
sudo apt autoremove

# Create a local duplicate of the Nemo desktop entry,
# and change the category to the System
cp /usr/share/applications/nemo.desktop ~/.local/share/applications/nemo.desktop
sed -i "/^Categories=/c\Categories=System;" ~/.local/share/applications/nemo.desktop

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.