Skip to content

vadali/zsh-custom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom directory for oh-my-zsh

Instead of keeping an entire fork of oh-my-zsh just for some personal configuration, I moved everything here.

Installation

To install, make sure you install oh-my-zsh:

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

And then install this and other custom plugins

cd ~/.oh-my-zsh
rm -rf custom
git clone https://github.com/vadali/zsh-custom.git custom

cd custom/plugins
git clone https://github.com/psprint/zsh-select.git
git clone https://github.com/psprint/zconvey.git
git clone https://github.com/zsh-users/zsh-autosuggestions.git
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git

ln -sf ~/.oh-my-zsh/custom/.zshrc ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%