dotfiles/dot_scripts/install_bashtop.sh
2020-07-14 10:37:24 +02:00

7 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
# Install bashtop (until brew manages it)
git clone https://github.com/aristocratos/bashtop.git ~/Code/bashtop
cd ~/Code/bashtop || exit
sudo make install
cd "$HOME" || exit