Installing kiex

30 Jan 2019 17:10 elixir kiex
\curl -sSL https://raw.githubusercontent.com/taylor/kiex/master/install | bash -s

Then ensure it’s in your path. I copied it to /usr/local/bin:

sudo cp ~/.kiex/bin/kiex /usr/local/bin

Or you could follow the instructions that install gives you:

Add the following to your shell’s config file (.bashrc/.zshrc/.cshrc):

test -s "$HOME/.kiex/scripts/kiex" && source "$HOME/.kiex/scripts/kiex"