You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lagnoda: A ZSH Theme Inspired by agnoster and Lambda This ZSH theme, lagnoda, draws inspiration from the popular agnoster and Lambda themes, offering a clean and informative prompt that adapts to your current context.
lagnoda: A ZSH Theme Inspired by agnoster and lambda
This ZSH theme, lagnoda, draws inspiration from the popular agnoster and Lambda themes, offering a clean and informative prompt that adapts to your current context.
Key Features:
Context-aware: Only displays relevant information like git status, virtual environment name, and background jobs when needed.
Customizable: Supports the Solarized color theme and allows adjusting the foreground color for the current segment.
Clean and lean: Leverages functions for modularity and a well-structured prompt.
AWS Profile Integration: Displays the current AWS profile name with color-coded status for production environments.
Assuming you have Oh My Zsh installed with the themes directory set to $ZSH/themes
Add the following line to your ~/.zshrc file:
ZSH_THEME="lagnoda"
(Optional) Set the SOLARIZED_THEME variable in your ~/.zshrc to "light" if you're using the light variant of the Solarized color scheme.
Then flush the command prompt
exec zsh
Further Customization:
The theme provides flexibility for adjustments. Explore the code within the prompt_segment function to modify the foreground color for different segments.
Compatibility:
This theme requires Oh My Zsh to be installed.
Contributing:
Feel free to submit pull requests for improvements or additional features!
About
lagnoda: A ZSH Theme Inspired by agnoster and Lambda This ZSH theme, lagnoda, draws inspiration from the popular agnoster and Lambda themes, offering a clean and informative prompt that adapts to your current context.