This is a document that captures instructions for installing and configuring my primary Oh My Zsh plugins.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
plugins=(
# other plugins...
git
zsh-autosuggestions
zsh-syntax-highlighting
)
alias dev="cd ~/Development"
alias icloud="cd ~/Library/Mobile\ Documents/com~apple~CloudDocs"
alias obsidian="cd ~/Library/Mobile\ Documents/com~apple~CloudDocs/Obsidian"