On MacOS first install Xcode Command Line Tools:
$ xcode-select --installOn Debian or Ubuntu install build-essential:
$ sudo apt install build-essentialCloning the dotfiles:
$ alias home="git --work-tree=$HOME --git-dir=$HOME/.files.git"
$ home init
$ home remote add origin git@github.com:freaz/dotfiles.git
$ home fetch
$ home reset HEADInstalling tools:
# For workstation (MacOS)
$ make station
# On server
$ make server