Commit graph

3 commits

Author SHA1 Message Date
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
bca227ff27
Add installation script for the ~/.dotfiles bare repo 2022-07-28 16:54:16 +02:00
d2643508d8
Initialize the repo with a short README 2022-07-10 18:51:26 +02:00