Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
738f83183f
commit
052fb6bada
24 changed files with 474 additions and 68 deletions
|
@ -45,6 +45,6 @@ print_section "Installing global npm packages"
|
|||
npm i -g "${NPM_PACKAGES[@]}"
|
||||
|
||||
print_section "Install Rust toolchain and components"
|
||||
rustup toolchain install beta
|
||||
rustup default beta
|
||||
rustup toolchain install nightly
|
||||
rustup default nightly
|
||||
rustup component add "${RUST_COMPONENTS[@]}"
|
Loading…
Add table
Add a link
Reference in a new issue