Author Topic: how to keep CB configuration in sync  (Read 3464 times)

Offline AZ

  • Almost regular
  • **
  • Posts: 151
how to keep CB configuration in sync
« on: September 15, 2015, 03:48:07 am »
hello,
 how can i keep CB configuration in sync between several machines (Linux)?
i'm wonder how do i keep CBs configurations ( editor, env etc ) in sync on several PCs. thank you.
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how to keep CB configuration in sync
« Reply #1 on: September 15, 2015, 08:36:41 am »
Use cb_share_config or copy the whole ~/.codeblocks folders using some tool  (cp, rsync, git, etc).
If you're using a night build then ~/.codeblocks will be empty so you'll have to copy ~/.config/codeblocks.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline AZ

  • Almost regular
  • **
  • Posts: 151
Re: how to keep CB configuration in sync
« Reply #2 on: September 16, 2015, 02:51:29 am »
thank you!
CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)