Fix package lists

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-05-28 21:43:26 +02:00
parent 008d04a191
commit 0b7f6502a9
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 72 additions and 65 deletions

View file

@ -28,11 +28,7 @@ NPM_PACKAGES=(
"npm-check-updates"
)
# Rust components which should be installed
RUST_COMPONENTS=(
"rls"
"rustfmt"
)
#######################################
# Main code
@ -57,10 +53,7 @@ print_section "Installing global npm packages"
print_log "Installing ${#NPM_PACKAGES[@]} packages"
npm i -g "${NPM_PACKAGES[@]}"
print_section "Install Rust toolchain and components"
rustup toolchain install beta
rustup default beta
rustup component add "${RUST_COMPONENTS[@]}"
print_section "Manual TODOs"
print_log "Run ${YELLOW}~/.config/polybar/scripts/gmail/auth.py${RESET}"