Repository files navigation
PowerLevel9k based shell customization (.zshrc)
Prompt configuration (click to expand...)
Left:
Custom Segment
Indicator if the user has superuser status
Current working directory
Lock icon if you do not have write permissons on current folder
Information about git repository
Right:
Command execution time
Time
Current context of `kubectl` configuration
Free RAM
Follow guides such as this one to learn how to set up ZSH, Oh My ZSH & PowerLevel9k
Used Resources:
ZSH configuration file is located under ~/.zshrc
See comments in .zshrc file itself that explain the different configurations
Update path to your oh-my-zsh installation:
export ZSH=" /Users/<user>/.oh-my-zsh"
Install used plugins
Setting aliases:
Aliases can be added to the .zshrc file
However, users are encouraged to define aliases within the ZSH_CUSTOM folder
.zsh files in the ZSH_CUSTOM folder will be automatically sourced
All of my aliases are located in $ZSH_CUSTOM/alias.zsh
You canβt perform that action at this time.