Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --> SETUP
- sudo apt install gnome-shell
- sudo apt install ubuntu-gnome-desktop
- --> GNOME TWEAK TOOL
- --> THEMES + ICONS
- 1. Paper
- # Add daily builds
- sudo add-apt-repository ppa:snwh/pulp
- # update repository info
- sudo apt-get update
- # install icon theme
- sudo apt-get install paper-icon-theme
- # install gtk theme
- sudo apt-get install paper-gtk-theme
- # install cursor theme
- sudo apt-get install paper-cursor-theme
- 2. OSX-ARC
- https://github.com/LinxGem33/OSX-Arc-Darker/archive/v1.4.1.zip
- # Download and extract
- # Extract to /usr/share/themes or ~/.themes or ~/.local/share/themes (create it (in your home folder) if necessary)
- 3. Flat-Remix Icons
- https://www.gnome-look.org/content/show.php/Super+flat+remix+icon+theme?content=169073
- # Download and extract
- # Extract to /usr/share/icons or ~/.icons or ~/.local/share/icons (create it (in your home folder) if necessary)
- --> FONTS
- https://fonts.google.com/specimen/Noto+Sans
- # Download
- # Place files in /usr/share/fonts or ~/.fonts or ~/.local/share/fonts (create it (in your home folder) if necessary)
- --> GNOME SHELL EXTENSIONS
- https://extensions.gnome.org/
- http://www.omgubuntu.co.uk/2017/01/install-gnome-shell-extensions-firefox-chrome
- --> GETTING BACK
- sudo apt-get remove gnome-shell ubuntu-gnome-desktop
- sudo apt-get remove --auto-remove ubuntu-gnome-desktop
- https://askubuntu.com/questions/767577/how-can-i-remove-gnome-desktop-environment-without-messing-unity-de-ubuntu-16
- https://askubuntu.com/questions/452411/revert-from-gnome-3-to-unity
- --> MANAGING REPOSITORIES
- # Y PPA Mangager
- sudo add-apt-repository ppa:webupd8team/y-ppa-manager
- sudo apt-get update
- sudo apt-get install y-ppa-manager
- http://www.webupd8.org/2010/11/y-ppa-manager-easily-search-add-remove.html
Add Comment
Please, Sign In to add comment