.
├── .docker
│ ├── base
│ │ └── Dockerfile
│ ├── python
│ │ └── Dockerfile
│ └── ...
├── docker-compose.yaml
├── dotfiles
│ ├── nvim
│ │ ├── init.vim
│ │ └── ...
│ ├── starship
│ │ └── starship.toml
│ ├── tmux
│ │ └── .tmux.conf
│ └── zsh
│ └── .zshrc
└── .env