Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: AZ on September 15, 2015, 03:48:07 am

Title: how to keep CB configuration in sync
Post by: AZ 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.
Title: Re: how to keep CB configuration in sync
Post by: oBFusCATed 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.
Title: Re: how to keep CB configuration in sync
Post by: AZ on September 16, 2015, 02:51:29 am
thank you!