- Pull this repo down to ~/dotfiles
- Run the command
make install
to setup computer
The install script is none-desctructive and can be run multiple times. It will however update the dependencies on each run.
Build and run the dotfiles in a docker image.
docker build . -t max/dotfiles --platform=linux/amd64
docker run --rm -it --platform linux/amd64 max/dotfiles bash