https://github.com/vitberget/zsh-conf
https://github.com/vitberget/zsh-conf
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitberget/zsh-conf
- Owner: vitberget
- Created: 2025-06-26T13:46:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T05:06:22.000Z (11 months ago)
- Last Synced: 2025-07-08T06:49:15.835Z (11 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My ZSH conf
## Install
```sh
git clone ~/.config/zshrc.d
ln -s ~/.config/zshrc.d/.zshrc ~/ # or cp
```
## ssh hostname color
```sh
# set env variable example
echo PROMPT_HOSTNAME_COLOR=196 > ~/.config/zshrc-local.d/01-prompt-hostname-color.sh
```
## git support
1. Install Rustup
```sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
2. Install git-prompt
```sh
cargo install --git https://github.com/vitberget/git-prompt.git
```