Skip to content

Instantly share code, notes, and snippets.

View robzwolf's full-sized avatar

Robbie Jakob-Whitworth robzwolf

View GitHub Profile
@robzwolf
robzwolf / Hollywood.md
Created April 18, 2021 17:37
Hollywood

How to Launch Hollywood on Windows, macOS or Linux

  1. Install Docker Desktop.
  2. Open a Terminal (Windows / Mac / Linux) and maximise it to the full size of your screen.
  3. $ docker run --rm -it bcbcarl/hollywood
  4. To exit: Try mashing Ctrl-D and Ctrl-C. If you get to a terminal you can type exit to close the container.

    If this fails, just quit your terminal. 😁

@robzwolf
robzwolf / README.md
Last active June 28, 2021 20:55
Set Up Your Environment
  1. If in macOS, install iTerm2.
  2. Install Homebrew.
  3. Install oh-my-zsh.
  4. Install powerlevel10k.
  5. Set alias ls="ls -oahG"
  6. Configure git author
    git config --global user.email "my.email@example.com"
    git config --global user.name "Mr Cool Person"