This is a dotfiles of my environment.
To run a container:
docker run --rm -it ghcr.io/int128/dotfiles:main
To run an ephemeral pod:
k run --rm -it --image ghcr.io/int128/dotfiles:main int128-sandbox
git clone https://github.com/int128/dotfiles.git
./dotfiles/install
See also macOS for the additional setup.
You can put environment specific configuration to .zshrc.local
.
For example,
echo enable_proxy >> .zshrc.local