-
-
Save BuddhiLW/cb8a838d95c27da88c363380a06d0d83 to your computer and use it in GitHub Desktop.
Install ble.sh -- autocomplete replacement for terminals written in bash itself
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
BPATH="$HOME/dotfiles/gitthings/ble.sh" | |
rm -rf $BPATH | |
git clone --recursive https://github.com/akinomyoga/ble.sh.git $BPATH | |
cd $BPATH | |
make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment