Set a directory to clone this repository, and then change directory into the
workbench
folder.
echo 'export WORKBENCH_PATH="$HOME/.../workbench"' | tee -a "$HOME/.zshenv" "$HOME/.bash_profile"
git clone https://github.com/strboul/workbench.git "$WORKBENCH_PATH"
cd "$WORKBENCH_PATH"
Recommended steps to install the parts in the following order.
-
Install core
system/.../core
, -
Link dotfiles
files
with./files/symlink
. -
Configure main system
system/.../main
.
- Run
pre-commit install
that installs the hook scripts at.git/hooks
.