Skip to content

Terminal

Set up your terminal for maximum productivity and style.

Installing iTerm2 & Oh My Zsh & Powerlevel10k

The unleash your full hacker-man potential 😎 we'll install iTerm2 to replace the default MacOS terminal.

  1. Install iTerm2:

    Download the latest version of iTerm2 from https://iterm2.com.

  2. Installing Oh My Zsh:

    Oh My Zsh brings a lot of new goodies and allows for better completion on commands through plugins.

    Open Iterm2 and run the following command:

    bash
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    This command will download and install Oh My Zsh and set Zsh as your default shell.

  3. Install the recommend fonts:

    Download each file and double-click on each file and click "Install". This will make MesloLGS NF font available to all applications on your system.

  4. Install Powerlevel10k:

    Run the following command:

    bash
    git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

    Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc

    Restart Zsh with exec zsh.

  5. Configure Powerlevel10k:

    Run the following command:

    bash
    p10k configure

    This command will start the configuration wizard. Follow the instructions to customize your prompt.

To complete your hacker man arc try out some definitely useful tools like lolcat and cowsay. Be sure to share any other essential tools for iTerm overlords you know of 👑