Skip to content

Commit

Permalink
Add npm git-mob
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryDennis committed Feb 21, 2023
1 parent 1dadc3c commit ceebdd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/install_npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ echo "[NPM] Installing Swiff"
sudo npm install -g swiff
echo ""

echo "[NPM] Installing git-mob"
sudo npm install -g git-mob
echo ""

echo "[NPM] Done"
echo ""
2 changes: 1 addition & 1 deletion scripts/setup_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ echo ""

echo "[DONE]"
echo "[IMPORTANT 1] - Update the user.name and user.email in ~/.gitconfig"
echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig`
echo "[IMPORTANT 2] - Update user.signingkey property with your new ssh key id in ~/.gitconfig"
echo ""

0 comments on commit ceebdd9

Please sign in to comment.