diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-09-21 12:44:34 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-09-21 12:44:34 -0400 |
| commit | 709accc8e4f6dc3c21fc9b55e9fcc31559c68472 (patch) | |
| tree | 924f41bd3047921da27a999026a1be0f7b35b5ea /gen-setup.sh | |
| parent | 314989ba7e969d353aa3a96454b03c2f5ff6511b (diff) | |
| download | vim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.gz vim-cfg-709accc8e4f6dc3c21fc9b55e9fcc31559c68472.tar.xz | |
Re-arrange the vim configuration
Diffstat (limited to 'gen-setup.sh')
| -rwxr-xr-x | gen-setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen-setup.sh b/gen-setup.sh index e8d9cdf..23eec5b 100755 --- a/gen-setup.sh +++ b/gen-setup.sh @@ -40,6 +40,7 @@ clone() { git clone --depth=1 "$URL" . fi cd $WD + printf "\033[0m" }' > setup.sh for _repo in $REPOS; do |
