Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vinnydiehl/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zsh Configuration

I'm just getting Zsh set up, and quite enjoying it. Here's my configuration so far.

Install

Remove/backup any existing ~/.zshrc/.zprofile/.zshenv files and ~/.config/zsh/ directory.

Clone this repository:

git clone https://github.com/vinnydiehl/zshrc.git ~/.config/zsh

Install zplug:

curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

Create 3 symlinks:

ln -s ~/.config/zsh/rc.zsh ~/.zshrc
ln -s ~/.config/zsh/profile.zsh ~/.zprofile
ln -s ~/.config/zsh/env.zsh ~/.zshenv

Make a cache directory:

mkdir -p ~/.cache/zsh

Source the config:

source ~/.zshrc

About

My Zsh config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages