Skip to content

custom zsh setup along with plugins and extensions

Notifications You must be signed in to change notification settings

probe2k/zsh_custom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh_custom

A basic zsh shell prompt with cozy looks and minimal plugins for fast and appealing shell experience

Requirements

  1. zsh (as default shell)
  2. git

Setup

To setup your zsh shell prompt in the same way, run these commands

git clone https://github.com/probe2k/zsh_custom.git /tmp/
mv /tmp/zsh_custom/.zshrc ~/.zshrc

If you wanna setup the two plugins I am using, run this set of commands as well

mkdir ~/.zsh_plugin
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh_plugin/
git clone https://github.com/zsh-users/zsh-autosuggestions

Images

Prompt1

Prompt2

Disclaimer

You may need to setup typeset -A key differently as well as the bindkey profile depending on your keyboard's character encoding

Issues

Feel free to PR with new add-ins / issue resolutions.

About

custom zsh setup along with plugins and extensions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages