https://github.com/n1-san/zsh-rc
a simple zsh config file that i put together by copying others that I like
https://github.com/n1-san/zsh-rc
starship starship-prompt zsh zsh-autocomplete zsh-autosuggestions zsh-syntax-highlighting zshrc
Last synced: 15 days ago
JSON representation
a simple zsh config file that i put together by copying others that I like
- Host: GitHub
- URL: https://github.com/n1-san/zsh-rc
- Owner: N1-San
- Created: 2023-04-28T06:00:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T11:23:28.000Z (9 months ago)
- Last Synced: 2025-05-17T14:12:18.798Z (about 1 month ago)
- Topics: starship, starship-prompt, zsh, zsh-autocomplete, zsh-autosuggestions, zsh-syntax-highlighting, zshrc
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zsh-rc
a simple zsh config file that i put together by copying others that I like## Pre-requisites
you need to have the following installed if you'd like to use this config
- zsh
- zsh-autosuggestions
- zsh-completions
- zsh-syntax-highlighting
- starship prompt> you can find everything you need to install starship on their website - https://starship.rs/
### Note
If the syntax highlighting fails to work, check the location of your zsh-syntax-highlighting.zsh and change that in your .zshrc accordingly.