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"
72
72
73
73
## How to customize your shell
74
74
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.
77
79
78
80
``` yaml
79
81
vars_user_config :
@@ -83,6 +85,13 @@ vars_user_config:
83
85
shell : /usr/bin/fish
84
86
` ` `
85
87
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
+
86
95
# # How to install a Rust toolchain
87
96
88
97
The 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