Skip to content

Commit

Permalink
feat(dev-dekstop): explain user shell customization 📝
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Aug 3, 2023
1 parent ddb67ae commit dadfa07
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/infra/docs/dev-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@ git config --global user.name "Your name"
git config --global user.email "your-email"
```

## How to customize your shell

You can configure your default shell by opening a pull request against the
[Simpleinfra ansible] to modify the `vars_user_config` as shown bloe:

```yaml
vars_user_config:
- username: gh-jdno
shell: /usr/bin/zsh
- username: gh-WaffleLapkin
shell: /usr/bin/fish
```
## How to install a Rust toolchain
The dev desktops don’t have Rust pre-installed, but instead make it easy to
Expand Down Expand Up @@ -157,4 +170,5 @@ We might ask you to create an issue in the [rust-lang/simpleinfra] repository.
[rust-lang/rust]: https://github.com/rust-lang/rust
[rust-lang/simpleinfra]: https://github.com/rust-lang/simpleinfra
[visual studio code]: https://code.visualstudio.com/
[certain teams]: https://github.com/search?q=repo%3Arust-lang%2Fteam+path%3Ateams%2F*.toml+dev-desktop&type=code&ref=advsearch
[certain teams]: https://github.com/search?q=repo%3Arust-lang%2Fteam+path%3Ateams%2F*.toml+dev-desktop&type=code&ref=advsearch
[Simpleinfra ansible]: https://github.com/rust-lang/simpleinfra/blob/dbf839ef25155df1f33c18f151283436b0f70f3b/ansible/roles/dev-desktop/defaults/main.yml#L12:L16

0 comments on commit dadfa07

Please sign in to comment.