File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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
7981vars_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
8897The dev desktops don’t have Rust pre-installed, but instead make it easy to
You can’t perform that action at this time.
0 commit comments