Skip to content

Commit 2dffa8d

Browse files
Formats file names with backticks (github#35133)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 369227d commit 2dffa8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/codespaces/setting-your-user-preferences/personalizing-github-codespaces-for-your-account.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ You can configure {% data variables.product.prodname_github_codespaces %} to use
117117

118118
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.
119119

120-
* _install.sh_
121-
* _install_
122-
* _bootstrap.sh_
123-
* _bootstrap_
124-
* _script/bootstrap_
125-
* _setup.sh_
126-
* _setup_
127-
* _script/setup_
120+
* `install.sh`
121+
* `install`
122+
* `bootstrap.sh`
123+
* `bootstrap`
124+
* `script/bootstrap`
125+
* `setup.sh`
126+
* `setup`
127+
* `script/setup`
128128

129129
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.
130130

0 commit comments

Comments
 (0)