Skip to content

Commit

Permalink
attempt to fix autosetting pivotal_ide_prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
professor committed Mar 12, 2019
1 parent 9cdfc3b commit 5a983f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/opt-in/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ echo "Installing Python tools"
# guard against pre-installed pycharm
brew cask install pycharm --force

sudo mkdir -p /Users/tsedano/Library/Preferences/Pycharm2018.3

source ${MY_DIR}/scripts/common/download-pivotal-ide-prefs.sh
pushd ~/workspace/pivotal_ide_prefs/cli
./bin/ide_prefs install --ide=pycharm
Expand Down
2 changes: 2 additions & 0 deletions scripts/opt-in/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rbenv rehash
# guard against pre-installed rubymine
brew cask install rubymine --force

sudo mkdir -p /Users/tsedano/Library/Preferences/RubyMine2018.3

source ${MY_DIR}/scripts/common/download-pivotal-ide-prefs.sh
pushd ~/workspace/pivotal_ide_prefs/cli
./bin/ide_prefs install --ide=rubymine
Expand Down

0 comments on commit 5a983f1

Please sign in to comment.