https://github.com/0xAb1d/simplzshell
Explore a minimalist and elegant oh-my-zsh theme I've crafted, focusing on simplicity with a touch of sophistication. Elevate your terminal experience with style.
https://github.com/0xAb1d/simplzshell
Last synced: 2 months ago
JSON representation
Explore a minimalist and elegant oh-my-zsh theme I've crafted, focusing on simplicity with a touch of sophistication. Elevate your terminal experience with style.
- Host: GitHub
- URL: https://github.com/0xAb1d/simplzshell
- Owner: 0xAb1d
- License: mit
- Created: 2023-11-15T02:09:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-31T00:41:48.000Z (about 1 year ago)
- Last Synced: 2024-07-06T12:13:05.043Z (9 months ago)
- Language: Shell
- Size: 4.88 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 - simpl - Minimalist theme focusing on elegance and simplicity. Decorators for root status, current directory and `git` status. (Themes / ZSH on Windows)
README
# simplzshell
## Simple but Elegant
Explore a minimalist and elegant oh-my-zsh theme I've created, focusing on simplicity with a touch of sophistication. Elevate your terminal experience with style.
## Installation
For the Regular User:
Run this command as the regular user to download the simplzshelluser.zsh-theme and place it in the user's custom themes directory.
```
curl -fsSL https://raw.githubusercontent.com/0xAb1d/simplzshell/main/simplzshelluser.zsh-theme -o ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/simplzshelluser.zsh-theme
```For the Root User:
Run this command as the root user (`sudo -i` first if needed) to download the simplzshellroot.zsh-theme and place it in the root’s custom themes directory.
```
curl -fsSL https://raw.githubusercontent.com/0xAb1d/simplzshell/main/simplzshellroot.zsh-theme -o ${ZSH_CUSTOM:-/root/.oh-my-zsh/custom}/themes/simplzshellroot.zsh-theme
```for user:
```
ZSH_THEME="simplzshelluser"
```
for root:
```
ZSH_THEME="simplzshellroot"
```
Reload:
```
source /root/.zshrc
```