Last active
March 31, 2021 05:22
-
-
Save petrstepanov/4aa5ec5144d5c29a5d596845b923360a to your computer and use it in GitHub Desktop.
Replaces GNOME "Documents" folder with "Development"
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 | |
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