code-server-python
Code server with python preinstalled
* Explicit file ownership for files we copy in * Disable code-server updates as its part of the container * Persist ssh and gitconfig * Initial github setup script * Add ssh-agent to zsh plugins * Make sure .gitconfig is a file * Consolidate various config files into .config dir * Consolidate various settings into ~/.config * Make setup script executable * Initialize config on mapped volume * Move init-config into /usr/local/bin * Do init in bash to remove zsh dependency on init * Update ENTRYPOINT to init-config location change * Move init-config into docker CMD * Add logging to setup-config * Update .ssh permissions * Initialize config structure on initial run * Move setup-github into /usr/local/bin * sudo chmod init-config * sudo chmod setup-github