-
Notifications
You must be signed in to change notification settings - Fork 0
ZSH Setup
deepaksama edited this page Apr 16, 2022
·
1 revision
- Step 1: Go to ZSH for Humans
- 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- Step 3: Run the above code from the command prompt and answer the questions appropriately. This should create zsh configuration.
- Step 4: Now run the below command for configuring the PowerLevel10k theme and answer question appropriatly.
p10k configure