Fix package lists
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
008d04a191
commit
0b7f6502a9
4 changed files with 72 additions and 65 deletions
11
post-install
11
post-install
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue