diff options
| author | mokha <mokha@cisco.com> | 2019-03-19 21:41:43 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-03-19 21:41:43 -0600 |
| commit | 6de114fcd64edc61a60da892dd608365b65a2025 (patch) | |
| tree | 9d610ac2ee80581a29ea7292af1ce0d47c596c14 /bin/setup | |
| parent | 4eb8e72e696915d06717cd7d837bbb5441ffb6f1 (diff) | |
split setup and start.
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup new file mode 100755 index 0000000..091a219 --- /dev/null +++ b/bin/setup @@ -0,0 +1,3 @@ +#!/bin/bash + +gem install vimdeck |
