Skip to main content

zsh setup

Installation

sudo apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Theme

romkatv/powerlevel10k: A Zsh theme (github.com)

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/.powerlevel10k
echo 'source ~/.powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

常常要跳到不同的電腦上,最好都顯示 username 和 host,Show username and host. Comment the line in ~/.p10k.zsh

# Don't show context unless running with privileges or in SSH.
# Tip: Remove the next line to always show context.
typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,SUDO}_{CONTENT,VISUAL_IDENTIFIER}_EXPANSION=

Pasted image 20230823025659.png

Pasted image 20230823230109.png