Skip to content
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 b460751519f88c67b619cdd6f66636b044cc0e3d
2 changes: 1 addition & 1 deletion docs/dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ User can have either of the following setup script files in their dotfiles repo:

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:
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:

```bash
cd <path_to_dotfiles_repo>
Expand Down