diff --git a/Brewfile b/Brewfile index c9d0478..f0d19c7 100644 --- a/Brewfile +++ b/Brewfile @@ -74,6 +74,8 @@ brew "surfraw" brew "dict" # Add prettyping brew "prettyping" +# Install glances for monitoring +brew "glances" mas 'Keynote', id: 409183694 mas 'iMovie', id: 408981434 diff --git a/centos.sh b/centos.sh index 27c7631..0de7096 100644 --- a/centos.sh +++ b/centos.sh @@ -193,3 +193,5 @@ yum -y install dictd # Add prettyping yum -y install prettyping +# Glances + nmon for monitoring +yum -y install nmon glances