From 332e7a21366f7bed305a4333083a83dc8063cd3b Mon Sep 17 00:00:00 2001 From: TBS093A Date: Wed, 12 Apr 2023 16:35:17 +0200 Subject: [PATCH] feat: fixes --- install.zsh.plugins.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install.zsh.plugins.sh 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