项目作者: sarthakchaudhary13

项目描述 :
Configuration of powerlevel10k with ohmyzsh and GNOME terminal
高级语言: Shell
项目地址: git://github.com/sarthakchaudhary13/powerlevel10k-config.git
创建时间: 2020-04-29T07:44:09Z
项目社区:https://github.com/sarthakchaudhary13/powerlevel10k-config

开源协议:

下载


powerlevel10k

These are my configurations of powerlevel10k with oh my zsh and GNOME terminal

  • This is how my terminal looks

Installation

  1. Install zsh and setup as default shell
    • sudo apt install zsh
    • chsh -s /bin/zsh
    • for detailed instructions go here
    • you also have to set your PATH from previous shell
      • copy export paths from previous shell config file and add it to .zshrc in your home directory
  2. Install oh my zsh

  3. Install powerlevel10k

    • follow oh my zsh installation instructions from here
  4. Download these fonts and install them

  5. Set custom font in terminal
    • Open your Terminal Preferences in Profile Section go to the Text Tab check the Custom Font
    • Select MesloLGS NF Regular font
  6. Configure powerlevel10k
    • For your own costomizations
      • run p10k configure it will take care for the rest of steps
    • For my costomizations
      • clone this repo and replace .zshrc and .p10k.zsh from your home directory with these
  7. Install colorls

    • run sudo apt install colorls
    • open .zshrc and add this at the end

      alias lc="colorls -sd"

    • test this by typing lc in your terminal
  8. Changing customizations

    • Edit the .zshrc and .p10k.zsh (RISKY)
    • run p10k configure (SAFE)

      How to ask for help

  • The best way to ask for help is to open an issue.