Multiple updates
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c7b67a084b
commit
dac6042f52
15 changed files with 66 additions and 51 deletions
|
@ -35,16 +35,16 @@ RUST_COMPONENTS=(
|
|||
#######################################
|
||||
# Main code
|
||||
#######################################
|
||||
print_header "Setup notes directory"
|
||||
print_section "Setup notes directory"
|
||||
if [ ! -d "${HOME}/Notes" ]
|
||||
then
|
||||
git clone gl:notes "${HOME}/Notes"
|
||||
fi
|
||||
|
||||
print_header "Installing global npm packages"
|
||||
print_section "Installing global npm packages"
|
||||
npm i -g "${NPM_PACKAGES[@]}"
|
||||
|
||||
print_header "Install Rust toolchain and components"
|
||||
print_section "Install Rust toolchain and components"
|
||||
rustup toolchain install beta
|
||||
rustup default beta
|
||||
rustup component add "${RUST_COMPONENTS[@]}"
|
Loading…
Add table
Add a link
Reference in a new issue