dotfiles/.config/shell
Alexander Hess 0319e614b8
Configure Python develop tool chain
- use pyenv to manage the develop environments
  + install several Python versions (3.7 - 3.10 and 2.7)
  + each version receives its own copies of black, pipenv, and poetry
- add two more virtual environments based off the latest version:
  + "interactive" => default environment optimized for interactive
                     usage with with black, bpython, and ipython
                     (also receives accidental `pip install`s)
  + "utils" => hosts various globally available tools/apps
               (e.g., mackup and youtube-dl)
- add installation and update scripts for the entire tool chain
- set up completions for bash and zsh
- set up convenient aliases
- configure bpython
- configure poetry
2022-08-11 22:25:20 +02:00
..
aliases.sh Configure Python develop tool chain 2022-08-11 22:25:20 +02:00
init_dotfiles.sh Add installation script 2022-08-11 21:48:34 +02:00
logout.sh Configure zsh 2022-08-11 21:22:50 +02:00
README.md Configure zsh 2022-08-11 21:22:50 +02:00
utils.sh Configure Python develop tool chain 2022-08-11 22:25:20 +02:00

Shell-related Configuration

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