This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Oh my zsh. | |
| ## Install ZSH. | |
| ``` | |
| sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh | |
| ``` | |
| ## Install Oh my ZSH. | |
| ``` | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |