Terminal Development Environment Powered by Nix/Ansible
Configure Git/SSH
wget -O - https://raw.githubusercontent.com/pbonh/term-dev.nix/main/scripts/bootstrap_gitssh.sh | bash
Setup .envrc
File(Example)
touch .envrc
ln -s .envrc .env
echo "DOTFILES_TASK_PRELUDE=python" > .envrc
BSD
Phillip Bonhomme