# Rensu Direnv Integration ## Usage 1. Use latest release/tag: [![Latest Release](https://gitlab.com/rensa-nix/direnv/-/badges/release.svg)](https://gitlab.com/rensa-nix/direnv/-/releases) 1. Get hash for release: ```bash direnv fetchurl https://gitlab.com/rensa-nix/direnv/-/raw//direnvrc ``` 1. Add this to your `.envrc`: ```bash # configure rensa here if needed, like: # REN_DO_WATCH=false # etc. source $(fetchurl https://gitlab.com/rensa-nix/direnv/-/raw//direnvrc ) use ren //repo/shells/default ``` ## Configuration See [direnvrc](./direnvrc) at the top. ## Formatting & Linting ```sh shfmt -w -i 2 direnvrc shellcheck direnvrc ```