Skip to content

gitpod-samples/dotfiles_jetbrains_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles JetBrains settings sync

A temporary workaround for syncing JetBrains IDE settings on Gitpod automatically until it's officially supported (https://youtrack.jetbrains.com/issue/IJPL-13075/Support-Settings-Sync-with-the-remote-development)

Also see the relevant Gitpod docs here: https://www.gitpod.io/docs/references/ides-and-editors/pycharm#configure-ide-settings-per-user

Quickstart

  1. Fork this repository to your own account (direct link)
  2. Go to https://gitpod.io/user/preferences and scroll down. (You may replace gitpod.io with your own instance domain)
  3. Copy your forked repo link and set it as Dotfiles - Repository URL and click on Save.
  4. Create new workspace to see in action.
  5. Make your settings modifications in JetBrains IDE (e.g. Pycharm) settings.
  6. Open a terminal and run commitjb to save/update your persistent settings.

As such, all your new workspaces will use your saved settings. If you need to sync new changes, just redo 5. & 6.

Keep in mind that this will sync individual IDE settings. If you ran commitjb from Pycharm, those settings will be only applied to Pycharm IDEs, not other JetBrains IDEs. If you want to apply generic settings across all JetBrains IDEs you can manually commit them to $HOME/.dotfiles/home_files/.gitpod/jetbrains/options dir.

About

Dotfiles to sync persistent jetbrains settings

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages