This repository is organized in such a way that it can be directly used as a home directory.
For external dependencies, please refer to Dockerfile. If you want to use this repository as is as your home directory, you can run the following commands in a terminal:
cd ~
git init
git remote add origin [email protected]:besport/dotfiles.git
git fetch origin
git checkout master
make install # or `make install-<component>` to install <component> individually
The provided configuration tries to use as much as possible built-in Emacs packages.