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
Prev Previous commit
Next Next commit
Update docs/dotfiles.md
Co-authored-by: Muhammad Atif Ali <matifali@live.com>
  • Loading branch information
BRAVO68WEB and matifali authored Jul 21, 2023
commit dfab2240a632d1f91e4755c2ed46bac9c819702c
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 these files are present, Coder will run them after cloning the dotfiles repo. If any of these files are found in the specified order, only the first match will be executed, and the rest will be skipped.
If any of the above files are found in the specified order, Coder will execute the first match, and the rest will be skipped.

The Setup scripts must be executable. If they are not, Coder will not execute them. If the script is not executable, you can make it executable by running:

Expand Down