Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Zsh

Zsh, short for the Z shell, is an extended Unix shell designed for interactive use and scripting. It blends features from several shells (bash, ksh, tcsh) and adds many enhancements for usability, customization, and power. [perplexity.ai]

Zsh是Z shell的缩写,是一种扩展的Unix shell,旨在用于交互式使用和脚本编写。它融合了多个shell(bash、ksh、tcsh)的特性,并增加了许多增强功能,以提升可用性、自定义和功能强大性。 [perplexity.ai]

install

sudo pacman -S zsh zsh-completions

Personal do

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/subnixr/minimal  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/minimal
git clone --depth=1 https://github.com/const-void/rose-pine-man ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/rose-pine-man
rm ~/.zshrc
git init
git remote add origin https://github.com/scillidan/dotfiles.git
git branch -M main
git pull origin main

reference

cross-reference

mark

cache

troubleshoot

resource

mark

later

cache