Warp Setup
The modern, AI-assisted terminal.
Last updated
Was this helpful?
The modern, AI-assisted terminal.
Last updated
Was this helpful?
Before we proceed, there are three main things that we want to set up in a terminal. Mainly, the Theme, Prompt, and shell.
Lately, I've been using Warp — which is a nice terminal with AI built in. It boasts shared workflows and saved commands so you can collaborate with your team better. You can check it out here:
To install, simple run: brew install --cask warp
Download the snazzy.yaml
file (and any other accent file) and copy it to ~/.warp/themes
Open Warp, then run the command palette by typing cmd+p
and search for Open Theme Picker. Scroll down and select Snazzy.
Make sure you use the Menlo font.
Since macOS Catalina and higher, Zsh has been adopted replacing Bash. So no need to manually install zsh anymore. If you're not sure you can run echo $SHELL
on your terminal and you should get /bin/zsh
as a response.
But you'll need node installed first:
Then, to install:
And add this to the end of your ~/.zshrc
What is a .zshrc file? Basically, it's a Z-shell resource that contains all your configurations.
Your .zshrc file is usually located at the root. To open use your default text editor:
Big Sur Issue: After installing Brew, I get a "command not found"
Simply open your .zshrc file and add this:
export PATH=/opt/homebrew/bin:$PATH
Search for the plugins
line inside ~/.zshrc
and add the plugin to the list of plugins for Oh My Zsh to load
Then again, search for the plugins
line inside ~/.zshrc
and add the plugin to the list of plugins for Oh My Zsh to load
You need to source
your config
I love hyper snazzy, which is an elegant terminal theme with bright colors. Luckily they made a port for Warp here:
Oh-my-zsh is an open source, community-driven framework for managing your zsh configuration
Pure is a pretty, minimal, and fast ZSH prompt
is a -like fast/unobtrusive auto-suggestions for zsh. It suggests commands as you type based on command history.
is a Fish shell-like syntax highlighting for Zsh.