X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/6efc7cf13187ec9ae2bff84f52a0a77449625ae4..7b9ad469a0d95ca4bd6f43d90e8d640f4839594e:/programs/boto.json diff --git a/programs/boto.json b/programs/boto.json index d7f09e0..eecf173 100644 --- a/programs/boto.json +++ b/programs/boto.json @@ -1,10 +1,10 @@ { "files": [ { - "help": "Currently unsupported. No information found.\n", - "movable": false, - "path": "$HOME/.boto" + "movable": true, + "path": "$HOME/.boto", + "help": "The `.boto` file is used for configuring Google Cloud SDK tools, specifically `gsutil`.\nIf you don't actively use `gsutil` or GCP storage from the CLI, it might be safe to remove it.\n```bash\n# Update the environment to ensure `gsutil` can find it:\nexport BOTO_CONFIG=\"${XDG_CONFIG_HOME}/gcloud/boto\"\nmkdir -p \"${XDG_CONFIG_HOME}/gcloud\"\nmv ~/.boto \"${XDG_CONFIG_HOME}/gcloud/boto\"\n```\n" } ], "name": "boto" -} \ No newline at end of file +}