Skip to content

feat(cli): check if dotfiles install script is executable #8588

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

Merged
merged 15 commits into from
Jul 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/dotfiles.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
BRAVO68WEB and mafredri authored Jul 21, 2023
commit ab300d534228fddcf550cf9725e56d3c84eba708
2 changes: 1 addition & 1 deletion docs/dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ User can have either of the following setup script files in their dotfiles repo:
- `setup`
- `script/setup`

If any of the above files are found in the specified order, Coder will execute the first match, and the rest will be skipped.
If any of the above files are found (in the specified order), Coder will try to execute the first match. After the first match is found, other files will be ignored.

The setup script must be executable, otherwise the dotfiles setup will fail. If you encounter this issue, you can fix it by making the script executable using the following commands:

Expand Down