Skip to content

sarthakvk/powerlevel10k-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.