-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Writing dotfiles into the root of user's home dir is not really a thing anymore.
For linux, there's the XDG base directory specification. This would make the location by default something like ~/.config/aider/config.yml. See https://gist.github.com/roalcantara/107ba66dfa3b9d023ac9329e639bc58c#file-xdg-cheat-sheet-md
On a mac ~/.config is probably better for a terminal app than going to the "correct" ~/Library/Application Support/aider/config.yaml. Tools like git, github copilot, gh cli, shells, neovim and many others use it or at least will make a symlink from there to Library.
On windows %APPDATA%\Aider\config.yaml is probably good.
bufferoverflow, amanhigh, spiffytortoise, Chewt, Schnouki and 67 morefeluxe
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request