source /root/linux.config/zsh.config/plugins
for plugin in ${ZSH_INIT_PLUGINS[@]}; do
git clone https://github.com/zsh-users/$plugin.git
done