Control gist files to install.
mkdir -p ~/.bist/bin
cd ~/.bist/bin
curl https://raw.githubusercontent.com/ryoakg/bist/master/bist > bist
chmod +x bist
$ bist list
5333258 ljust
$ bist list 5333258
ljust
display repository content.
$ bist show ljust
$ bist show 5333258
#!/bin/sh ...
install gist content.
$ bist install 5333258
update gist contents.
$ bist update
installed gist to link bin.
$ bist rehash
remove repository.
$ bist rm 5333258
structure of directory.
$HOME/.bist/
|
|- bin/
|
|- apkdump
|- bist
|
|- repos/
|
|- 5333258/
|
|- ljust
write your .bistrc .
$ cat ~/.bistrc
# ljust
bist install 5333258
# ashot
bist install 5099636
...
install to execute followings.
$ sh ~/.bistrc