Clone this (or a forked version of this) repository.
$ cd ~
$ git clone https://[email protected]/rmm5t/tilda-bin.git bin
Make sure the ~/bin
directory is part of your PATH
. Add this to your
~/.bashrc
(or check out my
dotfiles repository)
export PATH=~/bin:${PATH}