Dotfile settings #167001
Replies: 2 comments 1 reply
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Codespaces will only pull your repo’s default branch for dotfiles (no branch picker in Settings), so if you rely on a non‑default branch for your customisations it won’t work until GitHub adds that feature. As for the dotfiles installer: it clones your repo but only symlinks files and folders whose names start with a “.” (plus the special top‑level |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Considering trying out codespaces as part of looking in to devcontainers, but the lack of the option to select a specific branch in the repo under https://github.com/settings/codespaces is a hinderance. I can see it was suggested almost 4 years ago here -- which raises the convention of different branches to track different customisations. E.g. my dotfiles repo's default branch is intentionally thin for this reason (essentially just the default ubuntu skel with a few lines difference) so setting the repo without setting the branch is essentially useless for me. Would be keen to see that option added.
On a sidenote, the docs here seem to suggest that in the absence of an install/bootstrap/setup file, that only
.*
files and folders and linked in to home. I'm not too concerned about most non dot files, but wanted to ask whether the[dotfile-repo]/bin
folder is linked as well or not?Beta Was this translation helpful? Give feedback.
All reactions