Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 551 Bytes

Personal dotfiles

My dotfiles

Dependencies

Run

Just run the setup script.

./setup

Testing

Build and run the docker image on .docker folder using podman. This will start with systemd and ask for login.

podman build -t dotfiles:latest . -f ./.docker/Dockerfile && podman run -it --rm dotfiles:latest

Once inside the running docker image, cd into ~/.dotfiles and execute ./setup

Final words

This dotfiles assumes your user is main and home dir is /home/main.