Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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.
-
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.
-
thank you!