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.git
Once 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 uninstall
Note Use
./bootstrap.zsh --help
flag 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.