simplify your configuration management
| res | ||
| CoC | ||
| confcore | ||
| LICENSE | ||
| readme.org | ||
confcore - CONFigs CORE
A simple script that will help you manage your configuration files.
Usage
./confcore [operation] - see help(-h) for more information
Manifest file
The configuration is done using a manifest file with the following syntax:
# it's comment, bla-bla-bla :3
$HOME <- .tmux.conf .ssh .emacs.d .vimrc .authinfo
$HOME/.config <- fish # unreachable.conf
The path to the manifest file can be passed through the environment variable MANIFEST_PATH.
Attention: the root directory for configurations is the directory where the manifest file is located.
...
`
|
* confcore
|
* root_dir(default:configs)
| `
| |
. * manifest_file(default: MANIFEST)
. |
. * config - 1
|
* config - N
Example
