From ffcf766f6d5b4f486825cbcaee7b1554a081640e Mon Sep 17 00:00:00 2001 From: Chris Selzo Date: Wed, 4 Apr 2018 12:25:58 -0700 Subject: [PATCH] Add uaac to workspace Signed-off-by: Lisa Cho --- .idea/vcs.xml | 6 ++++++ install-uaac.sh | 6 ++++++ install.sh | 1 + 3 files changed, 13 insertions(+) create mode 100644 .idea/vcs.xml create mode 100755 install-uaac.sh diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/install-uaac.sh b/install-uaac.sh new file mode 100755 index 0000000..9856c9a --- /dev/null +++ b/install-uaac.sh @@ -0,0 +1,6 @@ +#/bin/bash + +if ! which bundle > /dev/null; then + echo "Installing uaac" + gem install cf-uaac +fi diff --git a/install.sh b/install.sh index eba130d..ef0b831 100755 --- a/install.sh +++ b/install.sh @@ -25,6 +25,7 @@ source ./setup-git-duet.sh source ./setup-ruby.sh source ./setup-rubymine.sh source ./install-bundler.sh +source ./install-uaac.sh source ./setup-keyboard.sh source ./setup-dock.sh