Skip to content

Instantly share code, notes, and snippets.

View salvacorts's full-sized avatar
🏡
Working from home

Salva Corts salvacorts

🏡
Working from home
View GitHub Profile
@salvacorts
salvacorts / ubuntu-post-install.sh
Last active April 6, 2018 09:34
Install everything I use when I'm in ubuntu gnome
#!/bin/sh
# Install dependencies
sudo apt update
sudo apt install curl
# Spotify
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list