LoginSignup
2
3

More than 5 years have passed since last update.

JetBrains IDE の設定をリポジトリ管理する

Posted at

WebStorm や RubyMine を入れ直すたびに,設定を export して転送して import みたいなことをしていたが,リポジトリ管理に切り替えてみた.

既存設定をリポジトリ管理下にいれる

リポジトリ作成

管理用のリポジトリを新規作成し,clone URL をコピー
git@github.com:tanakaworld/WebStorm.git

IDE で設定

File > Settings Repository

image.png

Upstream Repository にリポジトリのURLを入力.
初回作成の場合は, Overwrite Remote を選択すると,リポジトリにアップロードされる.

image.png

 他のIDEに設定を反映

  • File > Settings Repository でリポジトリのURLを入力.
  • Overwrite Local を選択.
  • 再起動

これだけで,設定が反映される.

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3