Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add docker-credential-glab to avoid complaining about missing perms

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+4
+4
bin/docker-credential-glab
··· 1 + #!/bin/sh -eu 2 + # Wrapper script for GitLab CLI's Docker auth helper 3 + 4 + glab auth docker-helper "$@"