bin/homedir-setup

changeset 486
608ad4499439
parent 482
2c7cb331d2dc
child 534
6a8fc81c470c
equal deleted inserted replaced
485:a58682115510 486:608ad4499439
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/

mercurial