hcm is a set of bash scripts that manages your home configs. I create it solve two main problems:
- Easy the setup process on a brand new machine.
- Keep syncing the configs between multiple machines.
Easiest way is to use the installer (recommended).
$ curl -sLo- https://raw.githubusercontent.com/timgreen/hcm/master/install.sh | bash
If you want to see what’s inside it, access it directly or check it out on the repository.
Or manually clone this repo and run hcm in the root directory.
$ git clone https://github.com/timgreen/hcm.git
$ cd hcm
$ ./install.sh
Simply run hcm install
in your managed configs directory.
for more information
- check
hcm help
- Advanced Topics
- FAQ