mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
install: add mkdir -p for zsh plugins dir
This commit is contained in:
parent
8c345571ac
commit
bb8ec54aea
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ done
|
||||||
|
|
||||||
for plugin in $=plugins_git; do
|
for plugin in $=plugins_git; do
|
||||||
name="${plugin/*\//}"
|
name="${plugin/*\//}"
|
||||||
|
mkdir -p "$plugins_dir"
|
||||||
if [ ! -d "$plugins_dir/$name" ]; then
|
if [ ! -d "$plugins_dir/$name" ]; then
|
||||||
echo "[*] installing $name locally"
|
echo "[*] installing $name locally"
|
||||||
git clone --depth=1 "$plugin" "$plugins_dir/$name"
|
git clone --depth=1 "$plugin" "$plugins_dir/$name"
|
||||||
|
|
Loading…
Add table
Reference in a new issue