https://github.com/thederpykrafter/cryptic.zsh-theme
https://github.com/thederpykrafter/cryptic.zsh-theme
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thederpykrafter/cryptic.zsh-theme
- Owner: thederpykrafter
- License: mit
- Created: 2024-05-19T05:58:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-18T01:26:44.000Z (7 months ago)
- Last Synced: 2025-05-18T02:44:17.155Z (7 months ago)
- Language: Shell
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - cryptic - Based on [aphrodite-terminal-theme](https://github.com/win0err/aphrodite-terminal-theme). Includes decorators for current directory, `git` status, time, username, hostname and virtual environment. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - cryptic - Based on <b><code> 165⭐</code></b> <b><code> 32🍴</code></b> [aphrodite-terminal-theme](https://github.com/win0err/aphrodite-terminal-theme)). Includes decorators for current directory, `git` status, time, username, hostname and virtual environment. (Themes / ZSH on Windows)
README
[](https://wakatime.com/badge/github/thederpykrafter/cryptic.zsh-theme)
# cryptic.zsh-theme
I used [aphrodite-terminal-theme](https://github.com/win0err/aphrodite-terminal-theme) as a starting point for this theme.
The one charachter gap on the right side is to make resized windows look cleaner. However it still may not update properly with some environments.
# Preview
Linux

Termux
> Tux(Penguin) is not part of this theme. It is part of my [zsh config](https://github.com/thederpykrafter/zsh)

# Installation
Remove themes dir if it exists
```zsh
cd $ZSH_CUSTOM
rm -rf $ZSH_CUSTOM"themes"
git add . && git commit -m "cryptic theme prep"
```
Clone repo
```zsh
git clone https://github.com/thederpykrafter/cryptic.zsh-theme.git $ZSH_CUSTOM"themes/"
```
> OR
Add submodule
```zsh
git submodule add https://github.com/thederpykrafter/cryptic.zsh-theme themes
git commit -m "cryptic theme setup"
```
Fix push (`this is here for later me`)
```zsh
git remote set-url origin git@github.com:thederpykrafter/cryptic.zsh-theme
```