mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-13 16:04:08 +08:00
feat(themes): add y-kali theme (#73)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
parent
e1731cdb0f
commit
7d9fa41202
@ -62,6 +62,22 @@ Author: [Migo](https://gitlab.com/migoa)**
|
||||
|
||||
---
|
||||
|
||||
**<div align="center"><h2>🐉Y-Kali Theme</h2></div>**
|
||||
_<div align="center"><h5>Zsh theme built specially for kali linux users</h5></div>_<br>
|
||||
|
||||
- Prints a modifiable banner at any new zsh session.
|
||||
- Prints the user name and hostname.
|
||||
- Prints the current working directory
|
||||
- Prints the wlan0 IP if you aren't connected to any VPN.
|
||||
- Git info
|
||||
<br><br><br>
|
||||
<div align="center"><h5><a href="https://github.com/JeffreyYAJ/ykali-zsh">🐉Y-Kali Repo🐉</a></h5></div><br>
|
||||
See [repository](https://github.com/JeffreyYAJ/ykali-zsh) for source.
|
||||
Author: [Jeffrey YAJ](https://github.com/JeffreyYAJ)
|
||||
<br/>
|
||||
|
||||
---
|
||||
|
||||
### Heapbytes Terminal theme
|
||||
|
||||

|
||||
@ -272,17 +288,18 @@ author: [@masaakifuruki](https://github.com/masaakifuruki)
|
||||
|
||||
#### Ultima Theme
|
||||
|
||||

|
||||

|
||||
|
||||
**Minimalistic zsh theme designed to provide all the necessary settings for a comfortable terminal experience**
|
||||
|
||||
#### Features
|
||||
|
||||
- **Multi-Line Prompt**: The prompt is divided into three lines for better readability. The first line separates the previous command's output from the prompt, the second line provides detailed path information, and the third line is for input.
|
||||
- **Multiple Prompt Levels**: Provides configurations for secondary and tertiary prompt levels (`PS2` and `PS3`).
|
||||
- **SSH Status Indicator**: Displays an indicator when an SSH connection is established.
|
||||
- **VCS (Version Control System) Integration**: Supports Git, SVN, and Mercurial for showing branch and repository status directly in the prompt.
|
||||
- **Git Integration**: Shows branch name, staged and unstaged changes, and untracked files.
|
||||
- **SVN and Mercurial Integration**: Shows branch name and repository status.
|
||||
- **Git Integration**: Shows branch name, staged and unstaged changes, and untracked files.
|
||||
- **SVN and Mercurial Integration**: Shows branch name and repository status.
|
||||
- **Completion Enhancements**: Provides advanced completion settings, including menu completion, caching, and various completion styles and formats.
|
||||
- **LS_COLORS Configuration**: Configures `LS_COLORS` for both BSD and GNU systems to enhance the display of directory listings.
|
||||
- **LESS and MAN Configuration**: Customizes the behavior and appearance of `less` and `man` pages.
|
||||
@ -1719,11 +1736,11 @@ A Simple, minimalistic theme.
|
||||
|
||||
**Features**
|
||||
|
||||
- 🕒 Time Display
|
||||
- 👤 Username (system user in white)
|
||||
- 🌿 Git Integration (via vcs_info)
|
||||
- 📏 Clean Separator Bar
|
||||
- 🕒 Time Display
|
||||
- 👤 Username (system user in white)
|
||||
- 🌿 Git Integration (via vcs_info)
|
||||
- 📏 Clean Separator Bar
|
||||
|
||||
See [repository](https://github.com/hyZenith/Zen-zsh-theme) for source code.
|
||||
|
||||
Author: [@!Zenith](https://github.com/hyZenith)
|
||||
Author: [@!Zenith](https://github.com/hyZenith)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user