mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
[[ -z "$1" || -z "$2" ]] && exit 1
|
|
|
|
git submodule add "$1" "vim/bundle/$2"
|
|
git submodule update --init --recursive
|