Skip to content

Instantly share code, notes, and snippets.

@BuddhiLW
Created July 16, 2024 19:47
Show Gist options
  • Save BuddhiLW/cb8a838d95c27da88c363380a06d0d83 to your computer and use it in GitHub Desktop.
Save BuddhiLW/cb8a838d95c27da88c363380a06d0d83 to your computer and use it in GitHub Desktop.
Install ble.sh -- autocomplete replacement for terminals written in bash itself
#!/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