The core component of the SZCDF (Stephen Zhao Configuration Dot Files) system.
Run the following command:
git clone git@github.com:szcdf/szcdf-core.git && cd szcdf-core && make installThen follow the instructions in the installer.
Prerequisite: docker.
- Run
make enter-test-envto build the docker image and start an interactive container. - Inside the container, run
./install.shto test the installer. This script invokes the installer with the-e(editable) flag so files are symlinked for faster iteration during development.- Run
./reset.shto undo the installation when you need to retest the installer. - Optionally install any packages you may need to aid in testing (e.g.
sudo apt install vimto test the vimconfig module).
- Run
- Run
bashto start a new bash shell and see the dotfiles come into effect. - Test the final environment.