This is a repo of Simon Krueger's dotfiles.
Install with make install
GNU Stow is used to symlink these files into a $HOME directory (or where ever they need to be installed).
NOTE: If the target is a symlink, it does not seem to work.
Instead give the full path.
This can usually be done with readlink -f /path/to/symlink.
# ~/.zshenv
export ZDOTDIR=$HOME/.config/zsh
source $ZDOTDIR/.zshenv
ln -s ~/.config/emacs/init.el ~/.emacs
ln -s ~/.config/emacs ~/.emacs.d