# Zsh
1. zsh: https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
2. Oh My Zsh: https://github.com/ohmyzsh/ohmyzsh
3. Powerlevel10k: https://github.com/romkatv/powerlevel10k
// Don't forget to set the theme and install the fonts
https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf
https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf
https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf
https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf
// Execute this to configure the theme
p10k configure
# Plugins:
// One Dark colour theme
https://github.com/one-dark/iterm-one-dark-theme
// Look at history of previous commands used:-
https://github.com/junegunn/fzf
// Command line auto suggestions:-
https://github.com/zsh-users/zsh-autosuggestions
// Quick switch to directories
https://github.com/agkozak/zsh-z
// Found these on this blog post https://udaraw.com/iterm-plugins
Comments