Created
December 9, 2017 06:14
-
-
Save drola/3916039a6c509aa4e36c605844f05c67 to your computer and use it in GitHub Desktop.
Set Nemo as the default file manager in Ubuntu 17.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install --yes nemo | |
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search | |
gsettings set org.gnome.desktop.background show-desktop-icons false | |
gsettings set org.nemo.desktop show-desktop-icons true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment