18 |
18 |
19 if ! [ -d .zgen ]; then |
19 if ! [ -d .zgen ]; then |
20 git clone --depth 1 'https://github.com/tarjoilija/zgen.git' .zgen |
20 git clone --depth 1 'https://github.com/tarjoilija/zgen.git' .zgen |
21 else |
21 else |
22 pull .zgen |
22 pull .zgen |
|
23 zsh -i -c 'zgen update' |
23 fi |
24 fi |
24 |
25 |
25 if ! [ -d .plenv ]; then |
26 if ! [ -d .plenv ]; then |
26 git clone --depth 1 'https://github.com/tokuhirom/plenv.git' .plenv |
27 git clone --depth 1 'https://github.com/tokuhirom/plenv.git' .plenv |
27 git clone --depth 1 'https://github.com/tokuhirom/Perl-Build.git' .plenv/plugins/perl-build/ |
28 git clone --depth 1 'https://github.com/tokuhirom/Perl-Build.git' .plenv/plugins/perl-build/ |