Skip to content

Commit

Permalink
Formats file names with backticks (#35133)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
RicardoLemos5 and nguyenalex836 authored Nov 1, 2024
1 parent 369227d commit 2dffa8d
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ You can configure {% data variables.product.prodname_github_codespaces %} to use

When you create a new codespace, {% data variables.product.prodname_dotcom %} clones your selected dotfiles repository to the codespace environment, and looks for one of the following files to set up the environment.

* _install.sh_
* _install_
* _bootstrap.sh_
* _bootstrap_
* _script/bootstrap_
* _setup.sh_
* _setup_
* _script/setup_
* `install.sh`
* `install`
* `bootstrap.sh`
* `bootstrap`
* `script/bootstrap`
* `setup.sh`
* `setup`
* `script/setup`

If none of these files are found, then any files or folders in your selected dotfiles repository starting with `.` are symlinked to the codespace's `~` or `$HOME` directory.

Expand Down

0 comments on commit 2dffa8d

Please sign in to comment.