Sign inSign up

crosbymichael/dotfiles

By crosbymichael

Updated almost 11 years ago

Image
2

509

crosbymichael/dotfiles repository overview

.dotfiles

This repo holds all my configuration for my development environment and prod servers. It supports both linux and OSX. The development env is best used inside a container via the Dockerfile.

You can get the full development environment in a docker container by running:

docker pull crosbymichael/dotfiles

docker run -ti --name development \
    -v $HOME/docker:/root/docker \
    -v /var/run/docker.sock:/var/run/docker.sock \
    crosbymichael/dotfiles
Tools:
  • tig
  • git
  • vim
  • docker
  • platinum searcher
  • tmux
  • curl
  • go

Tag summary

Content type

Image

Digest

sha256:8ee6e4c32

Size

326.1 MB

Last updated

almost 11 years ago

docker pull crosbymichael/dotfiles