From 7ad588483528601e6d69e31d6910c5e06e0a9c7c Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Tue, 30 Jun 2020 11:08:48 +0200 Subject: [PATCH] add bashtop --- dot_scripts/bootstrap.sh | 5 +++++ requirements.txt | 1 + 2 files changed, 6 insertions(+) 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