$ docker build -t ubuntu-zsh .
$ docker run -it --rm -v $(pwd):/home/ryan953/dotFiles ubuntu-zshThen in the image run:
$ ~/dotFiles/bootstrap.sh; ~/dotFiles/install-zsh.sh && /bin/zsh$ bootstrap.sh && /bin/zshcurl https://raw.githubusercontent.com/ryan953/dotFiles/main/iterm/ryan953.itermcolors > ~/Documents/ryan953.itermcolorsThen import via the iTerm Settings->Profile->Colors panel
$ curl -L git.io/antigen > ~/.dotFiles/templates/.antigen.zsh
$ antigen update