diff --git a/install.zsh.plugins.sh b/install.zsh.plugins.sh new file mode 100755 index 0000000..e533e4e --- /dev/null +++ b/install.zsh.plugins.sh @@ -0,0 +1,5 @@ +source /root/linux.config/plugins + +for plugin in ${ZSH_INIT_PLUGINS[@]}; do + git clone https://github.com/zsh-users/${ plugin }.git +done \ No newline at end of file