You can run docker run --rm -it geloman/dotfiles
to try this with docker locally or you can follow the quickstart guide.
A quick docs for me because I always forgot everything.
- Run this command to install and setup everything without any effort because I'm lazy.
curl -sSf https://raw.githubusercontent.com/geloman-likes-rust/dotfiles/main/quickstart | sh
- Replace
${USERNAME}
with your actual username.
docker build --build-arg USERNAME=${USERNAME} -t dotfiles:latest . \
&& docker run -it --hostname localhost --name dotfiles dotfiles:latest
handy-scripts
user-friendly guide.