KO
|
EN
gitlite — search
Search
#python
#javascript
#typescript
#machine-learning
#java
#deep-learning
#css
#html
#react
#vue3
#hacktoberfest
#api
zsh-theme
★ 195
Open GitHub ↗
Yet another zsh theme
Download README (.md)
Explore Similar Repositories
PBGI
:
Point Based Global Illumination
guri-vr
:
https://gurivr.com
colorpicker
:
A simple color picker library for Android
tree-gateway
:
This is a full featured and free API Gateway
hydrus
:
REST server - Flask Hydra-powered for Semantic Web
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
zsh-theme
?
Download (.md)
# vercel.zsh-theme ▲Vercel's `zsh` theme <p align="center"> <img src="https://raw.githubusercontent.com/vercel/zsh-theme/master/screenshot.png?v=2"> </p> ## Install ### Using [antigen](https://github.com/zsh-users/antigen) Add following line into your `~/.zshrc`, before `antigen apply`: ``` antigen theme vercel/zsh-theme ``` You can also preview theme without making it default by executing this command in active zsh session. ### Manual installation First, download the theme into [`Oh My Zsh`](https://github.com/robbyrussell/oh-my-zsh)'s custom theme folder: ``` curl https://raw.githubusercontent.com/vercel/zsh-theme/master/vercel.zsh-theme -Lo ~/.oh-my-zsh/custom/themes/vercel.zsh-theme ``` Edit your `~/.zshrc`: ``` ZSH_THEME="vercel" ``` Then apply the theme: ``` source ~/.zshrc ```