Feature Request: XDG dirs setup: we'll create a bunch of directory structures for you #143
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm tired, but I had to write up a ticket for this before I forgot.
Describe the feature you'd like, and why
For users interested in a clean and organized home directory, they turn to the XDG Base Directory Spec by FreeDesktop. Many programs only kind of support the spec though, which leaves you needing to do things like create directories for them, or they won't work. I currently remedy this personally by having the default dotfiles have readmes in each directory that isn't automatically created, that way git does it instead, but it's cluttering that repo, and it should be done in this repo instead. It should be a config flag as well as a config file optional for users to disable, but set to True by default.