Skip to content

ZSH Setup

deepaksama edited this page Apr 16, 2022 · 1 revision

Steps to setup ZSH

  1. Step 1: Go to ZSH for Humans
  2. Step 2: Copy the below code from the installation section
if command -v curl >/dev/null 2>&1; then
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
else
  sh -c "$(wget -O- https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
fi
  1. Step 3: Run the above code from the command prompt and answer the questions appropriately. This should create zsh configuration.
  2. Step 4: Now run the below command for configuring the PowerLevel10k theme and answer question appropriatly.
   p10k configure

Clone this wiki locally