Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishabh672003/zsh-configs

my zsh configs
https://github.com/rishabh672003/zsh-configs

config zap zsh

Last synced: 29 days ago
JSON representation

my zsh configs

Awesome Lists containing this project

README

        

# My zsh-configs

made with ⚡[zap](https://github.com/zap-zsh-zap) very minimal and has all the stuff you would require for a great shell.

## Showcase

![image](https://user-images.githubusercontent.com/53911515/201460548-1957f0e5-bede-4f97-b72b-6ddd64c287cb.png)
![image](https://user-images.githubusercontent.com/53911515/201460573-e4bbc0ce-566b-4225-abd7-9aad08ebd266.png)
![image](https://user-images.githubusercontent.com/53911515/202460011-d781dcf9-5fb9-4ddc-b2ec-733d2cddc5e0.png)

## startup-time

i have tried to worked on the startup time and it varies around 200ms to 400ms. If you know how to reduce it please open a pr, i would very much appreciate it

![image](https://user-images.githubusercontent.com/53911515/202460120-4e80a636-6e1e-45ac-a094-7d6deb910ccc.png)

## Installation

```bash
sh <(curl -s https://raw.githubusercontent.com/Rishabh672003/zsh-configs/main/install.sh)
```

### Dependencies

```bash
sudo pacman -S zsh fzf exa zoxide zsh-completions bat chafa exiftool --needed --noconfirm
```

## Uninstallation

```bash
rm -rf $HOME/.local/share/zap $HOME/.config/zsh $HOME/.cache/zsh $HOME/.cache/p10k-*
```

---

## Plugins

### Thanks to all the plugin authors for there awesome work and for making my life easier

- [zap](https://github.com/zap-zsh/zap)
- [vim](https://github.com/zap-zsh/vim)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [zsh-autopair](https://github.com/hlissner/zsh-autopair)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
- [fzf-tab](https://github.com/Aloxaf/fzf-tab)
- [fzf-tab-source](https://github.com/Freed-Wu/fzf-tab-source)
- [zsh-autoswitch-virtualvenv](https://github.com/Rishabh672003/zsh-autoswitch-virtualenv)
- [powerlevel10k](https://github.com/romkatv/powerlevel10k)

---