prepared dot files

This commit is contained in:
2026-07-04 23:48:24 +02:00
commit 913ebaab14
26 changed files with 1103 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM archlinux:base-devel
RUN pacman -Sy --noconfirm stow nodejs npm git sudo \
&& useradd -m tester \
&& echo 'tester ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
USER tester
WORKDIR /home/tester