This is an old revision of the document!
Warp Terminal (macOS)
PS1 Setting
- install homebrew (if not ready)
- set shell environment to use home brew
- install oh my zsh
- install powelevel10k font
- set theme to use powerlevel10k
- apply font
- config p10k
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Volumes/Data/alex/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
# sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# brew install powerlevel10k
# echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
# source ~/.zshrc
# p10k configure