← Back to context

Comment by hauxir

6 months ago

I run my whole development environment in a docker container. Not desktop mind you but my neovim/tmux/fish setup.

This allows me to sandbox my whole environment so i can run it exactly the same no matter the machine, including all packages and editor plugins.

If anyone wants to check it out it's at https://github.com/hauxir/dotfiles

the devenv.sh file describes my entire environment.