boostcampaitech4nlp1 / level1_semantictextsimilarity_nlp-level1-nlp-09

level1_semantictextsimilarity_nlp-level1-nlp-09 created by GitHub Classroom
3 stars 0 forks source link

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

Open kyc3492 opened 1 year ago

kyc3492 commented 1 year ago
  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)"
  2. 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
  3. Execute zsh, and it will start setting script of powerlevel10k.

    $ exec zsh
  4. 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
  2. Enjoy your Fancy Terminal! 😄