- aspell
- bash
- dos2unix
- gh
The config filename begins with ".", and so will be hidden by default. It should be in your home directory.
To get markdown-mode and magit working, you have to first add the Melpa-Stable repo for emacs packages. You only need to do this once.
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t)