diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index 8a71a04..e56a774 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -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 diff --git a/requirements.txt b/requirements.txt index 3f38011..d2a0563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,6 +74,7 @@ pkginfo==1.5.0.1 pocket==0.3.6 prompt-toolkit==2.0.10 Protego==0.1.15 +psutil==5.7.0 ptyprocess==0.6.0 pyasn1==0.4.7 pyasn1-modules==0.2.7