add bashtop

This commit is contained in:
MorganGeek
2020-06-30 11:08:48 +02:00
parent 0855847f72
commit 7ad5884835
2 changed files with 6 additions and 0 deletions

View File

@ -229,6 +229,11 @@ sudo curl -L git.io/scope -o /usr/local/bin/scope
sudo chmod a+x /usr/local/bin/scope
#scope launch
# Install bashtop (until brew manages it)
git clone https://github.com/aristocratos/bashtop.git ~/Code/bashtop
cd ~/Code/bashtop || exit
sudo make install
# Upgrade
echo "Upgrading apps"
~/.scripts/upgrade.sh