dotfiles/.config/shell
Alexander Hess dcdb32585a
Set up Python develop environments
- use `pyenv` to manage the various develop environments
  + install several Python binaries
  + each environment receives its own `poetry` install
- add two virtual environments:
  + "interactive" => default environment with no library,
                     which receives accidental `pip install`s
  + "utils" => hosts various globally available tools/apps
               (e.g., `mackup`)
- add installation and update scripts
2022-07-28 16:54:36 +02:00
..
aliases.sh Set up Python develop environments 2022-07-28 16:54:36 +02:00
init_dotfiles.sh Set up Python develop environments 2022-07-28 16:54:36 +02:00
logout.sh Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
README.md Initial version of the shells' dotfiles 2022-07-27 20:15:10 +02:00
utils.sh Set up Python develop environments 2022-07-28 16:54:36 +02:00

Shell-related Configs

This folder contains further files that are sourced by bash and zsh.