https://github.com/jakbin/myzsh
This is my zsh configuration
https://github.com/jakbin/myzsh
dotfiles kali-linux kalilinux terminal termux termux-environment termux-hacking zsh zsh-configuration zsh-prompt zsh-syntax-highlighting zsh-theme zshconfig
Last synced: 2 months ago
JSON representation
This is my zsh configuration
- Host: GitHub
- URL: https://github.com/jakbin/myzsh
- Owner: jakbin
- Created: 2021-06-21T08:25:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T06:25:25.000Z (3 months ago)
- Last Synced: 2025-03-22T07:19:37.208Z (3 months ago)
- Topics: dotfiles, kali-linux, kalilinux, terminal, termux, termux-environment, termux-hacking, zsh, zsh-configuration, zsh-prompt, zsh-syntax-highlighting, zsh-theme, zshconfig
- Language: Shell
- Homepage: https://youtu.be/8q1NDEKkSf4
- Size: 765 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myzsh
Best vanilla theme for yuor zsh terminal (using without ohmyzsh).
## Here is for turmux [Termux-dotfiles](https://github.com/jakbin/termux-dotfiles)
## Features
* Dynamic git branch name
* Colourful outputs
* file icons
* command auto-suggestion
* command auto-complete## Prerequisite
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) (install from repo or github)
* [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) (install from repo or github)
* [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)
* [lsd](https://github.com/Peltoche/lsd) or [colorls](https://github.com/athityakumar/colorls) ( i prefer colorls because its also support git changes)## install
```sh
curl 'https://raw.githubusercontent.com/jakbin/myzsh/main/install.sh' | sh
```## install plugins
```sh
wget 'https://raw.githubusercontent.com/jakbin/myzsh/main/plugin-install.sh' && bash plugin-install.sh
```## Tutorial
[Watch Here](https://youtu.be/8q1NDEKkSf4)### Screenshts
![]()
Git branch name
![]()
ls
![]()
ls -l
![]()