feat: fixes

master
TBS093A 2023-04-12 16:35:17 +02:00
parent 0a6433ca78
commit 332e7a2136
1 changed files with 5 additions and 0 deletions

View File

@ -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