Sign inSign up

marcfreiheit/dotfiles

By marcfreiheit

Updated over 6 years ago

Dotfiles of my vim, tmux and zsh setup

Image
0

421

marcfreiheit/dotfiles repository overview

dotfiles

My dotfiles for vim, tmux and zsh. Including plugins

Running

My setup is running in Docker and was built using moby/buildkit.

Minimal
docker run --rm -it marcfreiheit/dotfiles:latest
Complete
docker run \
  -it \
  -e HOST_USER_ID=$(id -u $USER) \
  -e HOST_GROUP_ID=$(id -g $USER) \
  -e GIT_USER_NAME="Marc Andrè Freiheit" \
  -e GIT_USER_EMAIL="[email protected]" \
  -v ~/github:/home/marcfreiheit/workspace \
  -v ~/.kube:/home/marcfreiheit/.kube \
  -v ~/.config/gcloud:/home/marcfreiheit/.config/gcloud \
  -v ~/.ssh:/home/marcfreiheit/.ssh \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v ~/.zsh_history:/home/marcfreiheit/.zsh_history \
  marcfreiheit/dotfiles:latest

Tag summary

Content type

Image

Digest

Size

883.7 MB

Last updated

over 6 years ago

docker pull marcfreiheit/dotfiles