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