Open terminal and run the following commands:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlightinggit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestionsgit clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"Run code ~/.zshrc to open .zshrc file on VS Code.
Find the respectives lines and replace the code below:
- Set
ZSH_THEME="spaceship" - Set
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
Close terminal and open again for changes to be applied.
-
Go to Terminal > Preferences > Profiles > Text:
Change background image
You can download the image is available in this repo or feel free to use another that you liked. -
Go to Terminal > Preferences > Profiles > Advanced:
UncheckAllow VT100 application keypad modeto use numeric pad on extended keyboard.
Put SPACESHIP_PACKAGE_SHOW=false at the end of .zshrc file.
Your terminal should be like that:
