News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

how to keep CB configuration in sync

Started by AZ, September 15, 2015, 03:48:07 AM

Previous topic - Next topic

AZ

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)

oBFusCATed

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!]

AZ

CB: nightly build .
Thread model: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)