zsh
Zsh
Installation
sh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"sh
cd ~/.oh-my-zsh/pluginssh
gcl https://github.com/zsh-users/zsh-autosuggestions.gitsh
gcl https://github.com/zsh-users/zsh-syntax-highlighting.gitsh
gcl https://github.com/agkozak/zsh-z.gitsh
cd ~sh
curl -sS https://starship.rs/install.sh | shUsage
sh
plugins=( git command-not-found zsh-autosuggestions zsh-syntax-highlighting zsh-z)sh
eval "$(starship init zsh)"sh
function i() { cd ~/i/$1}