vim and bash customizations
git clone [email protected]:chriskirkland/dotfiles.git
bin/make-symlinks.sh
Install docker (https://docs.docker.com/engine/installation/)
Build docker image and launch container:
docker build -t dotfiles .
docker run -i -t dotfiles /bin/bash