Skip to content

[Tip] Installing ZSH and POWERLEVEL10K on Your AiStage Env #8

@kyc3492

Description

@kyc3492
  1. Install zsh on your env. Just copy and paste it.
    $ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. I highly recommend you to use powerlevel10k with zsh.
    $ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
    $ echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
  1. Execute zsh, and it will start setting script of powerlevel10k.
    $ exec zsh
  1. You might got font issue. Get MesloLGS fonts from here.

You will need to set fonts on your VSCode. Set your terminal fonts' family to MesloLGS NF

  1. If the fonts are still broken, try to set fonts on your AiStage's directory, the location below.
    /usr/local/share/fonts

  1. Enjoy your Fancy Terminal! 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions