228982a0a8
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
7 lines
194 B
Bash
7 lines
194 B
Bash
#!/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
|