8000 feat(cli): check if dotfiles install script is executable by BRAVO68WEB · Pull Request #8588 · coder/coder · GitHub
[go: up one dir, main page]

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
Update docs/dotfiles.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
  • Loading branch information
BRAVO68WEB and mafredri authored Jul 21, 2023
commit b1a9a24f9369f150a2c0437e61181973b52a2a71
5 changes: 1 addition & 4 deletions docs/dotfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,9 @@ If any of the above files are found (in the specified order), Coder will try to

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
```shell
cd <path_to_dotfiles_repo>

chmod +x <script_name>

git commit -m "Make <script_name> executable" <script_name>

git push
```
0