Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 494 Bytes

File metadata and controls

22 lines (16 loc) · 494 Bytes

My dotfiles

System installation script and dotfiles symlinks.

USAGE

git clone https://github.com/guille/dotfiles.git
cd dotfiles
./install [-s|--select]

Docker

# password needs to be a classic PAT with write:packages scope
# https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
docker login ghcr.io -u guille

docker build . -t ghcr.io/guille/dotfiles:latest
docker push ghcr.io/guille/dotfiles:latest