add moro, cli productivity tool
This commit is contained in:
parent
eaa45cff1e
commit
325c6849e5
@ -216,6 +216,8 @@ rustup component add rustfmt
|
|||||||
# Install pa11y tool for local webpage accessibility analysis
|
# Install pa11y tool for local webpage accessibility analysis
|
||||||
echo "Installing pa11y tool for local webpage accessibility analysis"
|
echo "Installing pa11y tool for local webpage accessibility analysis"
|
||||||
npm install -g pa11y
|
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
|
git clone https://github.com/sherlock-project/sherlock.git ~/Code/sherlock
|
||||||
cd sherlock || exit
|
cd sherlock || exit
|
||||||
|
@ -24,3 +24,4 @@ pip freeze >~/requirements.txt
|
|||||||
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
|
# Update VIM plugins installed via Vundle https://github.com/VundleVim/Vundle.vim
|
||||||
vim +PluginUpdate +qall >/dev/null
|
vim +PluginUpdate +qall >/dev/null
|
||||||
rustup-update
|
rustup-update
|
||||||
|
npm update -g moro
|
||||||
|
Loading…
Reference in New Issue
Block a user