https://github.com/ablil/less-noise
My custom zsh theme
https://github.com/ablil/less-noise
Last synced: 12 days ago
JSON representation
My custom zsh theme
- Host: GitHub
- URL: https://github.com/ablil/less-noise
- Owner: ablil
- License: mit
- Created: 2023-06-04T10:22:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:05:30.000Z (about 3 years ago)
- Last Synced: 2024-04-20T18:49:23.386Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - less-noise - Minimalist theme with decorators for `git` status, current directory and the current time. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - less-noise - Minimalist theme with decorators for `git` status, current directory and the current time. (Themes / ZSH on Windows)
README
# less-noise
My custom zsh theme, its simple, minimal and has the necessary informations.

# Installation
1. Download the theme
```shell
curl https://raw.githubusercontent.com/ablil/less-noise/main/less-noise.zsh-theme -o $HOME/.oh-my-zsh/custom/themes/less-noise.z
sh-theme
```
2. set to `$HOME/.zshrc`
```shell
ZSH_THEME="less-noise"
```
3. Reload the shell (or logout)
```shell
source $HOME/.zshrc
```
# Features
The layout is basic, it is as follows:
```shell
~/repositories/less-noise main * 12:47:58 AM
```
You need to know you're **working directory**, you current **git branch** if you are inside a git repository, you current **git status** (you modified some files, uncommited files ....) and lastly the **current time**.
The following icons identify the files on your current git directory:
| Icon | Description |
|------|-----------------|
| ✈ | Added files |
| ✭ | Modifed files |
| ✗ | Deleted files |
| ➦ | Renamed files |
| ✂ | Unmerged files |
| ✱ | Untracked files |