- Based on Oh My Zsh
- Uses Powerlevel10k
- Install MesloLGS NF:
# On macOS
brew install font-meslo-for-powerlevel10k
- Install Oh My Zsh:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install Powerlevel10k:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
- [Optional] Install plugins:
git clone --depth=1 https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone --depth=1 https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Clone this repo:
git clone --depth=1 https://github.com/vlad-iakovlev/zsh-config.git ~/.zsh-config
- Create
~/.zshrc
with the contents:
# plugins=(
# zsh-autosuggestions
# zsh-syntax-highlighting
# )
# typeset -A git_branch_aliases=(
# om origin/main
# od origin/dev
# )
source $HOME/.zsh-config/zsh-config.zsh