Skip to content

kchen0x/k-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

k-zsh

This is the configuration source file for oh-my-zsh framework

Open an issue if you have any question.

Intall

# Clone the repo to you ~/opt or ~/Projects as source dir.
# Do NOT delete the source dir when installation completed.

sh ./install.sh

k-zsh 中配置了部分插件需要单独安装一下才能生效:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Uninstall

rm -rf ~/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages