Skip to content

Commit 6193300

Browse files
author
Brian Begy
authored
chore: explain install.sh must be executable (#319)
1 parent 4653d24 commit 6193300

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

workspaces/personalization.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,10 @@ workspace or turn it on.
9898

9999
At startup, Coder clones your dotfiles repository into `~/dotfiles`. If there's
100100
an executable `~/dotfiles/install.sh` present, Coder executes it. If not, all
101-
dot-prefixed files are symlinked to your home directory.
101+
dot-prefixed files are symlinked to your home directory.
102+
103+
> You **must** mark `install.sh` as executable before committing it to your
104+
> dotfiles repo.
102105
103106
Read more about dotfiles repos [here](http://dotfiles.github.io/).
104107

0 commit comments

Comments
 (0)