These are basic configurations of my working environment of things like editor, shell and terminal configurations.
The setup focuses on MacOS, since this is my daily environment.
Clone of this repo on system user root:
git clone http://github.com/cange/dotfiles.gitOnce the repo has been cloned, the required dependencies can be installed using Homebrew. To do this, navigate to the root of the repo and run the following command:
./bootstrap.zsh install # or uninstallNote Use
./bootstrap.zsh --helpflag to see available options.
Details
Each tool directory can contain a Brewfile and a links.prop file for
symlinks. These files then contain individual settings of the particular tool.
The mapping of a links.prop definition is done by <source>=<destination>
assignment per line.
User details such as tokens are stored in $HOME/config/secrets/ individually.