luisfmelo
6/23/2017 - 5:19 PM

Ubuntu gnome for HUUB

Ubuntu gnome for HUUB


sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get intstall git curl gnome-common 
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

# SPOTIFY
  # 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 BBEBDCB318AD50EC6865090613B00F1FD2C19886

  # 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 python3      
sudo apt-get install python3-pip       
echo "alias python=python3.6" >> .zshrc
echo "alias pip=pip3" >> .zshrc
source .zshrc
sudo apt-get install gnome-tweak-tool	



# chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get update 
sudo apt-get install google-chrome-stable



# Barra em baixo
cd ~
git clone https://github.com/optimisme/gnome-shell-simple-dock.git
cd gnome-shell-simple-dock
chmod 744 install.sh
./install.sh