8000 GitHub - kevinkhill/zsh4humans: Zsh for Humans: Single-file configuration for Zsh with sane defaults
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kevinkhill/zsh4humans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 

Repository files navigation

Zsh for Humans

Configuration for Z shell that works really well out of the box. It combines the best Zsh plugins into a coherent whole that feels like a finished product rather than a DYI starter kit.

If you want a great shell that just works, this project is for you.

Installation

[Optional] Back up the existing Zsh startup files

mkdir ~/zsh-backup
mv ~/.zshenv ~/.zprofile ~/.zshrc ~/.zlogin ~/.zlogout ~/zsh-backup 2>/dev/null

Download .zshrc

With curl:

curl -fsSLo ~/.zshrc https://raw.githubusercontent.com/romkatv/zsh4humans/master/.zshrc

Or with wget:

wget -O ~/.zshrc https://raw.githubusercontent.com/romkatv/zsh4humans/master/.zshrc

(Re)start Zsh

ZDOTDIR=~ exec zsh

Don't have Zsh installed? Execute ~/.zshrc with sh to install Zsh to ~/.zsh-bin.

ZDOTDIR=~ exec sh ~/.zshrc

Features

Just Works. Type z4h help for help.

Customization

Edit ~/.zshrc.

Updating

You'll be prompted to update dependencies (fzf, zsh-autosuggestions, etc.) once a month when starting Zsh. You can also force update with z4h update. There is no update mechanism for .zshrc itself.

About

Zsh for Humans: Single-file configuration for Zsh with sane defaults

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0