Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.04 KB

.dotfiles

Publish Docker image Docker Image Size (latest by date)

Personal dotfiles. ubuntu / tmux / neovim. single command install.

only l33t little bots may contribute

sudo apt install -yq make ansible - that should be all the dependencies

install locally

Check the config for ./ansible.cfg - you will likely need to create your own inventory file, e.g.

[local]
localhost ansible_connection=local

Then you can run the playbook against that target:

make full

docker

A docker image has been provided - mostly this is just to validate the dotfiles inside a 'clean' environment but it is useable if a docker dev env is your thing:

docker run --rm -ti pemcconnell/dev:master