Some updates

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-02-18 15:47:17 +01:00
parent 55306bd850
commit 7721996115
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
8 changed files with 31 additions and 8 deletions

View file

@ -34,6 +34,12 @@ RUST_COMPONENTS=(
#######################################
# Main code
#######################################
print_header "Setup notes directory"
if [ ! -d "${HOME}/Notes" ]
then
git clone gl:notes "${HOME}/Notes"
fi
print_header "Installing global npm packages"
npm i -g "${NPM_PACKAGES[@]}"