Skip to content

oh-my-zsh

Install Oh My Zsh and then the Powerlevel10k theme.

With this setup, you’ll add customizations to as .zsh files under the directory ~/.oh-my-zsh/custom.

For example, you might add an aliases.zsh like

~/.oh-my-zsh/custom/aliases.zsh

alias la="ls -altrh"
export EDITOR='emacs'

Last update: October 31, 2022