Guest User

linuxgnome

a guest
May 20th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. --> SETUP
  2. sudo apt install gnome-shell
  3. sudo apt install ubuntu-gnome-desktop
  4.  
  5. --> GNOME TWEAK TOOL
  6.  
  7. --> THEMES + ICONS
  8. 1. Paper
  9. # Add daily builds
  10. sudo add-apt-repository ppa:snwh/pulp
  11. # update repository info
  12. sudo apt-get update
  13. # install icon theme
  14. sudo apt-get install paper-icon-theme
  15. # install gtk theme
  16. sudo apt-get install paper-gtk-theme
  17. # install cursor theme
  18. sudo apt-get install paper-cursor-theme
  19.  
  20. 2. OSX-ARC
  21. https://github.com/LinxGem33/OSX-Arc-Darker/archive/v1.4.1.zip
  22. # Download and extract
  23. # Extract to /usr/share/themes or ~/.themes or ~/.local/share/themes (create it (in your home folder) if necessary)
  24.  
  25. 3. Flat-Remix Icons
  26. https://www.gnome-look.org/content/show.php/Super+flat+remix+icon+theme?content=169073
  27. # Download and extract
  28. # Extract to /usr/share/icons or ~/.icons or ~/.local/share/icons (create it (in your home folder) if necessary)
  29.  
  30. --> FONTS
  31. https://fonts.google.com/specimen/Noto+Sans
  32. # Download
  33. # Place files in /usr/share/fonts or ~/.fonts or ~/.local/share/fonts (create it (in your home folder) if necessary)
  34.  
  35. --> GNOME SHELL EXTENSIONS
  36. https://extensions.gnome.org/
  37. http://www.omgubuntu.co.uk/2017/01/install-gnome-shell-extensions-firefox-chrome
  38.  
  39. --> GETTING BACK
  40. sudo apt-get remove gnome-shell ubuntu-gnome-desktop
  41. sudo apt-get remove --auto-remove ubuntu-gnome-desktop
  42. https://askubuntu.com/questions/767577/how-can-i-remove-gnome-desktop-environment-without-messing-unity-de-ubuntu-16
  43. https://askubuntu.com/questions/452411/revert-from-gnome-3-to-unity
  44.  
  45. --> MANAGING REPOSITORIES
  46. # Y PPA Mangager
  47. sudo add-apt-repository ppa:webupd8team/y-ppa-manager
  48. sudo apt-get update
  49. sudo apt-get install y-ppa-manager
  50. http://www.webupd8.org/2010/11/y-ppa-manager-easily-search-add-remove.html
Add Comment
Please, Sign In to add comment