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!