Some updates
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
55306bd850
commit
7721996115
8 changed files with 31 additions and 8 deletions
|
@ -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[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue