Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rishabh672003/zsh-configs
- Owner: Rishabh672003
- License: gpl-3.0
- Created: 2022-07-04T17:27:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T10:39:15.000Z (about 2 years ago)
- Last Synced: 2024-11-16T03:45:29.599Z (3 months ago)
- Topics: config, zap, zsh
- Language: Shell
- Homepage:
- Size: 558 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history
- License: LICENSE
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)---