Skip to content
Snippets Groups Projects
Commit e852b1ea authored by nimrod's avatar nimrod
Browse files

- Add invoke.

- Get just HELM_HOME from .bashrc.
parent 72326f01
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
# shellcheck disable=SC1090
. ~/.bashrc
set -eux
eval "$(grep 'export HELM_HOME' .bashrc)"
cd "$(git rev-parse --show-toplevel)"
echo Installing Golang apps >> /dev/stderr
go get github.com/giantswarm/semver-bump || true
......
......@@ -16,6 +16,7 @@ httpbin
httpie
identify
importlab
invoke
khal
khard
mycli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment