Skip to content

happyslowly/zpacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zpacker

Lightweighted ZSH plugin management framework

Installation

git clone https://github.com/happyslowly/zpacker $HOME/.zpacker
cp $HOME/.zpacker/.zshrc.example $HOME/.zshrc

zshrc example

source $HOME/.zpacker/zpacker.zsh

# git plugin from famous oh-my-zsh
zpacker plugin 'robbyrussell/oh-my-zsh' lib/git.zsh

# syntax highlighting
zpacker plugin 'zsh-users/zsh-syntax-highlighting'

# for theme
zpacker theme 'happyslowly/clean'

# local profiles
zpacker local $HOME/.profiles

zpacker end

License

MIT

About

simple, lightweighted zsh plugin management framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages