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-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git 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 mode
to use numeric pad on extended keyboard.
Put SPACESHIP_PACKAGE_SHOW=false
at the end of .zshrc
file.
Your terminal should be like that: