Skip to content

Instantly share code, notes, and snippets.

@pyar6329
Last active May 23, 2018 21:26
Show Gist options
  • Save pyar6329/3c96decce410e14c94789e245b149dcb to your computer and use it in GitHub Desktop.
Save pyar6329/3c96decce410e14c94789e245b149dcb to your computer and use it in GitHub Desktop.
direnv loading env_file of docker-compose
eval $(cat "$(pwd)/docker/env/envfile.env" | grep -v "#" | awk -F= {'print "export "$1"=\""$2"\""'})
brew install elixir
# installation credo: https://github.com/rrrene/credo#using-credo-as-stand-alon:e
ghq get -p rrrene/bunt
cd bunt
mix archive.build
mix archive.install
ghq get -p rrrene/credo
cd credo
mix deps.get
mix archive.build
mix archive.install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment