Hacker News new | ask | show | jobs
by hauxir 1171 days ago
i actually solved this by moving my whole dev environment into a reproducible Dockerfile.

Can see it here https://github.com/hauxir/dotfiles/blob/master/devenv.sh

then i can simply run it anywhere that has docker with a curl/bash script :)

can run it by running

. <(curl https://haukur.io/shell)

in bash