Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 798 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 798 Bytes

MOVED TO GITLAB

dot files

This is my current set of dotfiles. It has been rewritten to be based heavily on https://github.com/holman/dotfiles

Installation

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

Testing

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.