iTerm2 
Zsh 
Oh My Zsh 
Powerlevel10k 
zsh-autosuggestions 
Zsh-syntax-highlighting 
micro editor
- 
brew cask install item2
- 
brew install zsh
- 
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- 
chsh -s $(which zsh)
- 
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
- 
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
- 
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
- 
curl https://getmic.ro | bash
- 
micro ~/.zshrc
- 
source ~/.zshrc
- 
p10k configure
- brew install python3
- brew install python
Import cv2
print(cv2.__version__)
Img = cv2.imread(“en.png”) #add a file of your choice
Cv2.imshow(“embeddednature”, img) #name the file