Installation of a directory environment
First thing to do is install required source code into the direnv configuration
folder, by default ~/.config/direnv
.
To do so, simply clone the repo in your ~/.config
folder:
cd ~/.config
git clone https://framagit.org/rdeville.public/my_dotfiles/direnv
And that is all. Indeed, this will create a direnv "configuration" file
~/.config/direnv/direnvrc
which will be sourced by direnv allowing you to use
an .envrc.ini
configuration file to ease the use of direnv template throug
modules.
You can now see how to configure and activate a directory environment using scripts provided by this repo.
Last update:
January 7, 2022