-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically set execute bit when running dotfiles install script #541
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, added to the previous conversation.
217d1a3
to
e8aa19b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More missing quotes, we missed some previously, so probably not critical, but would be good to fix now that we are looking into it.
- Auto add execute bit - Fix specifying a dotfiles-install-command
1e607ba
to
46aba6b
Compare
Ack, I wasn't aware of that. Let's keep it unquoted then for now, not supporting spaces in the path as we are doing now. (One option to support both might be to check for a leading Maybe still make quoting of |
Yes, made the |
The bootstrap script will add the execute bit to the 'installCommand' when cloning dotfiles, if it is not already set as executable. This reduces friction in setting up dotfiles.
codspace/test-dotfiles@0a444c1 removes the execute bit from the existing test.
ref: https://github.com/github/codespaces/issues/13870