Skip to content

peter-mcconnell/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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