maaru Shell is an enhanced and fast Zsh shell with numerous plugins and customizations for improved performance and usability.
> __install__ <
> __uninstall__ <
> __Example__ <
> __dependencies__ <
- Uses Powerlevel10k for a beautiful and customizable prompt.
- Includes powerful utilities like fzf, bat, zoxide, and eza for better file handling and search functionality.
- Uses the Zinit plugin manager, which significantly speeds up plugin loading.
- Supports abbreviations similar to the Fish shell for faster command execution, with manual plugin configuration options.
- for zsh
fzf
,bat
,eza, exa,
,git
,zoxide
,z
,
- for your system
zsh
curl
python
.
├── init
└── karnel
├── core
│ ├── __zinit__
│ │ ├── plugins
│ │ └── zinit
│ ├── abbreviation
│ ├── aliases
│ ├── beauty
│ ├── environments
│ ├── funcinit
│ ├── functions
│ │ ├── abbreviation
│ │ ├── copypath
│ │ ├── no_found_handler
│ │ ├── sudo
│ │ └── yazi
│ ├── keybindings
│ ├── themeinit
│ └── themes
│ ├── knife
│ ├── minimal
│ ├── norounded
│ └── rounded
└── plugins
├── fzf-history
├── fzf-tab
├── syntax-highlighting
├── zsh-vi-mode
└── zsh_autosuggest
- if your system macOS
pbcopy
- if your system linux_X11
xsel, xclip
- if your system linux_Wayland
wl-clipboard
- for zsh-vi-mode supports copy in normal mode with
y
vi-mode.mp4
gonna to NORMAL mode jk
, jj
To quickly install the shell, run the following command:
curl -sSL https://raw.githubusercontent.com/maarutan/shell/master/src/install | sh
To uninstall the shell, run the following command:
curl -sSL https://raw.githubusercontent.com/maarutan/shell/master/src/uninstall | sh