Appearance
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.
Install iTerm2:
Download the latest version of iTerm2 from https://iterm2.com.
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:
bashsh -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.
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.Install Powerlevel10k:
Run the following command:
bashgit 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
.Configure Powerlevel10k:
Run the following command:
bashp10k 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 👑