Sign inSign up

kr1sp1n/dotfiles

By kr1sp1n

•Updated over 9 years ago

https://github.com/kr1sp1n/dotfiles

Image
0

244

kr1sp1n/dotfiles repository overview

⁠dotfiles

My dotfiles as Data-only docker image.

⁠Install a vim plugin manager locally

curl -fLo ./.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

⁠Install fish plugin manager locally

curl -Lo ./.config/fish/functions/fisher.fish --create-dirs git.io/fisher

⁠Install plugins within a vim docker container

  1. docker run --rm -it -v $PWD:/root kr1sp1n/alpine-neovim
  2. :PlugInstall

⁠Install fisherman plugins within a fisherman container

  1. docker run --rm -it -v $PWD:/root kr1sp1n/dock
  2. fisher

⁠Build docker data-only image

docker build -t kr1sp1n/dotfiles .

⁠Create data-only container of dotfiles

docker create -v /root --name dotfiles kr1sp1n/dotfiles

⁠Run vim with data-only container as dotfiles for vim etc.

docker run --rm -it --volumes-from dotfiles kr1sp1n/alpine-neovim

Tag summary

Content type

Image

Digest

Size

495.4 kB

Last updated

over 9 years ago

docker pull kr1sp1n/dotfiles