MOVED TO GITLAB
This is my current set of dotfiles. It has been rewritten to be based heavily on https://github.com/holman/dotfiles
git clone https://gitlab.com/matthewfranglen/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
script/install
This requires pip3 and neovim to be installed:
sudo apt-get install python3-pip
PIP_REQUIRE_VIRTUALENV= pip3 install neovim --user
Yeah, it's that bad.
docker build --tag dotfiles --no-cache .
docker run --volume $PWD:/root/.dotfiles --rm -ti dotfiles
If successful, this will launch a zsh shell inside the docker container. You can use this to check that all required commands are available.