- Install Docker Desktop.
- Open a Terminal (Windows / Mac / Linux) and maximise it to the full size of your screen.
-
$ docker run --rm -it bcbcarl/hollywood
- To exit: Try mashing
Ctrl-DandCtrl-C. If you get to a terminal you can typeexitto close the container.If this fails, just quit your terminal. 😁
- If in macOS, install iTerm2.
- Install Homebrew.
- Install oh-my-zsh.
- Install powerlevel10k.
- Set
alias ls="ls -oahG" - Configure git author
git config --global user.email "[email protected]" git config --global user.name "Mr Cool Person"