salmanulfarzy / dotfiles

Configuration files for vim, zsh, macOS, aliases, git, tmux, brew and some scripts.
MIT License
2 stars 0 forks source link

Manage zsh plugins using plugin manager #2

Closed salmanulfarzy closed 7 years ago

salmanulfarzy commented 7 years ago

Two prominent options are available.

Manager should be able to hand itself. Like what vimplug is doing with it's installation script.

salmanulfarzy commented 7 years ago

Moved zsh plugin management to zplug with 654e951 and afa72c5. But, the difference in startup time is considerable varying between 5x to 10x.

Using zplug

zsh-zplug

Using vanilla oh-my-zsh

zsh-vanilla-plugin


Decision : I'm better with vanilla oh-my-zsh plugin system.