Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 351 Bytes

dotfiles

vim and bash customizations

Installation

git clone git@github.com:chriskirkland/dotfiles.git
bin/make-symlinks.sh

Test out customization (Docker)

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