Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

My Rubymine 3.0 Preferences, based on common Pivotal conventions

Notifications You must be signed in to change notification settings

hiremaga/RubyminePreferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So I can share my Rubymine Preferences between computers. You're welcome to use them, but they're mainly for my own convenience so your experience may be frequently unpleasant.

I've added most of the preferences I don't care much about to .gitignore.

I setup these preferences on a new machines by doing something like to this:

mkdir -p ~/Library/Preferences/RubyMine31
cd ~/Library/Preferences/RubyMine31
git init
git remote add origin git@github.com:hiremaga/RubyminePreferences.git
git fetch
git branch master origin/master
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# WARNING: This step will overwrite your local preferences.
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
git reset --hard

About

My Rubymine 3.0 Preferences, based on common Pivotal conventions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published