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