Skip to content

Instantly share code, notes, and snippets.

@igorferreira
Created July 1, 2015 02:07
Show Gist options
  • Save igorferreira/d5a2f7a83537eaac5548 to your computer and use it in GitHub Desktop.
Save igorferreira/d5a2f7a83537eaac5548 to your computer and use it in GitHub Desktop.
# script setup my notebook
sudo apt-get­ update
sudo apt-get install ubuntu-gnome-desktop
sudo service gdm restart
sudo apt-get­ install terminator
# 1 - dev dependences
sudo apt-get install git
# 1 - dev editor
sudo apt-get install atom
# 1. Add the Spotify repository signing key to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
# 2. Add the Spotify repository
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
# 3. Update list of available packages
sudo apt-get update
# 4. Install Spotify
sudo apt-get install spotify-client
sudo apt-get install git
sudo apt-get install npm ruby gem
# 5- Install ansible
sudo apt-get update
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:rquillo/ansible
sudo apt-get update
sudo apt-get install ansible
# 6- install docker
sudo apt-get install wget
sudo apt-get install wget
sudo wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker igorferreira
# 7- Shortcut Manager
sudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install arronax
nautilus -q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment