Skip to content

rajanvalencia/zsh-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-configs for MacOS

My terminal configurations for MacOS

スクリーンショット 2024-12-20 午前3 21 57

Installation

  1. Install Homebrew

  2. Install Dracula theme Dracula

  3. Set theme

スクリーンショット 2024-12-20 午前3 11 11

  1. Install font
make install-font
  1. Set font

スクリーンショット 2024-12-23 午前7 00 53

  1. Install all
make install-all

Restart your terminal and enjoy🎉


Help

make help

Change colors

Open ~/.p10k.zsh and find the following lines. Change the colors by changing the values from 0 to 15

# OS identifier color.
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=3
typeset -g POWERLEVEL9K_OS_ICON_BACKGROUND=8

# Current directory background color.
typeset -g POWERLEVEL9K_DIR_BACKGROUND=12
# Default current directory foreground color.
typeset -g POWERLEVEL9K_DIR_FOREGROUND=0

Run below to apply changes immediately

make setup-powerlevel10k-theme && source ~/.zshrc 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published