Install my dotfiles and common utilities on the different machines I work on.
Uses Ansible to make it all easy.
To run it do something like ansible-playbook dev.yml -i ~/.ansible_hosts -Kv
The -K is necessary for localhost. Otherwise don't use that flag.
A sample .ansible_hosts file might look like this:
localhost ansible_connection=local
[vps]
104.131.132.128 ansible_ssh_user=root
Install Homebrew manually and then run brew install ansible to get
Ansible working. Then clone this repo, create a ~/.ansible_hosts file, and run the above command.
brew cask alfred linkThese dotfiles + config + Ubuntu are now a Docker image!
To run it with your ssh port forwarding:
docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK):$(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK kyma/dev-image bash
Content type
Image
Digest
sha256:b735c63cc…
Size
309.5 MB
Last updated
about 8 years ago
docker pull kyma/dev-image