Update installation scripts
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
544ad33f45
commit
02a1abe903
4 changed files with 62 additions and 18 deletions
|
@ -18,7 +18,7 @@
|
|||
#######################################
|
||||
# Configuration variables
|
||||
#######################################
|
||||
# Array of npm packages which should be installed globally
|
||||
# npm packages which should be installed globally
|
||||
NPM_PACKAGES=(
|
||||
"@vue/cli"
|
||||
"eslint"
|
||||
|
@ -26,6 +26,7 @@ NPM_PACKAGES=(
|
|||
"npm-check-updates"
|
||||
)
|
||||
|
||||
# Rust components which should be installed
|
||||
RUST_COMPONENTS=(
|
||||
"rls-preview"
|
||||
"rustfmt-preview"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue