Skip to content

Instantly share code, notes, and snippets.

@petrstepanov
Last active March 31, 2021 05:22
Show Gist options
  • Save petrstepanov/4aa5ec5144d5c29a5d596845b923360a to your computer and use it in GitHub Desktop.
Save petrstepanov/4aa5ec5144d5c29a5d596845b923360a to your computer and use it in GitHub Desktop.
Replaces GNOME "Documents" folder with "Development"
#!/bin/bash
rm -rf ~/Documents
mkdir -p ~/Development
sed -i 's/Documents"/Development"/' ~/.config/user-dirs.dirs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment