My configuration for JetBrains IDEs (e.g. Intellij and Android Studio).
The settings/
directory has a copy of my preferred IDE settings.
Follow these instructions to import the settings into a JetBrains IDE:
- Build a
settings.zip
file-
./zip-settings.sh
- The
settings.zip
file will be in thebuild/
directory.
-
- Import it into the IDE
Conversely, to export settings from Intellij into this repo, follow these instructions:
- Export a
settings.zip
file from the IDE- Follow these instructions in the Intellij docs
- Export the following items.
Code Style (schemes)
Editor Colors
EqualsHashCodeTemplates
File Types
General
InlayHintsSettings, Editor
Keymaps
Keymaps (schemes)
Live templates (schemes)
LogHighlightingSettings
Look and Feel
Notifications
UI Settings
Vcs.Log.App, VCS
- Unzip it
-
unzip settings.zip -d settings-fresh-export
-
- Review and commit the individual files
- The settings are stored in multiple XML files (e.g.
settings/keymaps/mycustomkeymap.xml
,settings/templates/mycustomlivetemplates.xml
) Review them before committing.
- The settings are stored in multiple XML files (e.g.