Skip to content

Commit 6ce3baf

Browse files
meysam81jdno
andauthored
apply the suggestion by jdno
Co-authored-by: Jan David <jdno@jdno.dev>
1 parent dadfa07 commit 6ce3baf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/infra/docs/dev-desktop.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ git config --global user.email "your-email"
7272

7373
## How to customize your shell
7474

75-
You can configure your default shell by opening a pull request against the
76-
[Simpleinfra ansible] to modify the `vars_user_config` as shown bloe:
75+
You can set your default shell on the dev desktops by adding yourself to a
76+
configuration file in the [`rust-lang/simpleinfra`][simpleinfra] repository.
77+
Open `ansible/roles/dev-desktop/defaults/main.yml`, look for the variable
78+
`vars_user_config`, and add yourself to the list.
7779

7880
```yaml
7981
vars_user_config:
@@ -83,6 +85,13 @@ vars_user_config:
8385
shell: /usr/bin/fish
8486
```
8587
88+
Open a pull request and request a review from `@rust-lang/infra` (or ping us in
89+
`#t-infra` on Zulip).
90+
91+
After the pull request is merged, an infrastructure admin has to deploy the
92+
new configuration to the dev desktops. Only after that will your default shell
93+
be changed.
94+
8695
## How to install a Rust toolchain
8796

8897
The dev desktops don’t have Rust pre-installed, but instead make it easy to

0 commit comments

Comments
 (0)