add moro, cli productivity tool

This commit is contained in:
MorganGeek 2020-07-03 07:19:29 +02:00
parent eaa45cff1e
commit 325c6849e5
2 changed files with 71 additions and 68 deletions

View File

@ -216,6 +216,8 @@ rustup component add rustfmt
# Install pa11y tool for local webpage accessibility analysis
echo "Installing pa11y tool for local webpage accessibility analysis"
npm install -g pa11y
echo "Installing moro, a productivity CLI tool"
npm install -g moro
git clone https://github.com/sherlock-project/sherlock.git ~/Code/sherlock
cd sherlock || exit

View File

@ -24,3 +24,4 @@ pip freeze >~/requirements.txt
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
vim +PluginUpdate +qall >/dev/null
rustup-update
npm update -g moro